remove cachix from pkgs
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
9e19f0673a
commit
4f32736f59
|
@ -26,7 +26,6 @@ in
|
|||
|
||||
home.packages = with pkgs; [
|
||||
vim
|
||||
cachix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue