commit | e706a2dc35b6bae775747e86624373c287f02a1c | [log] [tgz] |
---|---|---|
author | Skyler Turner <skyler@clicksminuteper.net> | Thu Jan 13 19:44:28 2022 +0000 |
committer | Skyler Turner <skyler@clicksminuteper.net> | Thu Jan 13 19:44:28 2022 +0000 |
tree | bccf6bf85b3ba3b4977b044a24944b0f0060ebb3 | |
parent | 1030fa47564947962e1788ee377e3e2077fca7b3 [diff] [blame] |
Add package files
diff --git a/system/packaging-configuration.nix b/system/packaging-configuration.nix index 6ea58ea..893804d 100644 --- a/system/packaging-configuration.nix +++ b/system/packaging-configuration.nix
@@ -4,6 +4,7 @@ # Prepend default nixPath values. options.nix.nixPath.default ++ # Append our nixpkgs-overlays. - [ "nixpkgs-overlays=/etc/nixos/overlays/" ] - ; + [ "nixpkgs-overlays=/etc/nixos/overlays/" ]; + + imports = [ ./cachix.nix ]; }