[Cachix] Add cachix support with nixpkgs-unfree cache

This commit is contained in:
Antoine Viallon 2022-02-28 22:53:52 +01:00
parent 37ff0a5320
commit ecc636d64b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -58,6 +58,7 @@ in
opensshOptimized
rsyncOptimized
htop
cachix
];
programs.ssh.package = pkgs.opensshOptimized;