added cachix
This commit is contained in:
parent
b2b9fa66e4
commit
c90d0d71dc
4 changed files with 27 additions and 2 deletions
|
|
@ -89,7 +89,8 @@
|
|||
with channels.nixpkgs; {
|
||||
devShell = mkShell {
|
||||
name = "dotfiles";
|
||||
packages = [ nixpkgs-fmt agenix.defaultPackage.x86_64-linux ];
|
||||
packages =
|
||||
[ nixpkgs-fmt agenix.defaultPackage.x86_64-linux cachix ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue