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; [
|
home.packages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
cachix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue