added cachix

This commit is contained in:
Moritz Böhme 2021-10-23 11:42:14 +02:00
parent b2b9fa66e4
commit c90d0d71dc
4 changed files with 27 additions and 2 deletions

View file

@ -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 ];
};
};
};