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; [ home.packages = with pkgs; [
vim vim
cachix
]; ];
}; };
} }

View file

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