remove cachix from pkgs

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-11 17:16:04 +01:00
parent 9e19f0673a
commit 4f32736f59
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,6 @@ in
home.packages = with pkgs; [
vim
cachix
];
};
}

View file

@ -33,7 +33,6 @@ in
systemPackages = with pkgs; [
age
bash
cachix
cifs-utils
clevis
delta
@ -133,6 +132,8 @@ in
"nixpkgs"
"--update-input"
"unstable"
"--no-write-lock-file"
"-L"
];
flake = "git+https://git.hoyer.xyz/harald/nixcfg";
};