feat(dnsconfig.js): add AirTrail and Owncast services to RexCloud
feat(flake.nix): pin dnscontrol to v4.38.0 feat(flake.nix): pin git-crypt to v0.8.0-narrowin fork
This commit is contained in:
@@ -11,8 +11,22 @@
|
||||
in {
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
dnscontrol
|
||||
git-crypt
|
||||
(dnscontrol.overrideAttrs (oldAttrs: {
|
||||
version = "4.38.0";
|
||||
src = fetchFromGitHub {
|
||||
owner = "DNSControl";
|
||||
repo = "dnscontrol";
|
||||
rev = "v${oldAttrs.version}";
|
||||
sha256 = "sha256-lM+9xuNB88csciIC5eu2oRl0IBqZE7CCPCxf8BEZSz0=";
|
||||
};
|
||||
vendorHash = "sha256-pzdOW+L/w74ANaCKXWQviBMDlSTOfebAVE7Cdd+lZLo=";
|
||||
}))
|
||||
(git-crypt.overrideAttrs (oldAttrs: { src = fetchFromGitHub {
|
||||
owner = "narrowin";
|
||||
repo = "git-crypt";
|
||||
rev = "v0.8.0-narrowin";
|
||||
sha256 = "sha256-sVlX+T67Vbsfr/o7u1y+nI07iRcjHx5HmsBBEULwgTg=";
|
||||
};}))
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user