Remove all git-crypt
This commit is contained in:
parent
22836a44d7
commit
97409f47e4
19 changed files with 86 additions and 47 deletions
20
flake.nix
20
flake.nix
|
@ -65,15 +65,17 @@
|
|||
lasting-integrity.modules = [ ./machines/lasting-integrity ];
|
||||
urithiru.modules = [ ./machines/urithiru ];
|
||||
};
|
||||
outputsBuilder = channels: let pkgs = channels.nixpkgs; in {
|
||||
packages = customPackages pkgs.callPackage;
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nixpkgs-fmt
|
||||
(pkgs.writeShellScriptBin "fetchpatch" "curl -L https://github.com/NixOS/nixpkgs/pull/$1.patch -o patches/$1.patch")
|
||||
agenix.defaultPackage.x86_64-linux
|
||||
];
|
||||
outputsBuilder = channels:
|
||||
let pkgs = channels.nixpkgs; in
|
||||
{
|
||||
packages = customPackages pkgs.callPackage;
|
||||
devShell = pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nixpkgs-fmt
|
||||
(pkgs.writeShellScriptBin "fetchpatch" "curl -L https://github.com/NixOS/nixpkgs/pull/$1.patch -o patches/$1.patch")
|
||||
agenix.defaultPackage.x86_64-linux
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue