commit | 8acd9bf41672636ec413c85df77b2fe03d41597e | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:05:40 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:05:40 2022 +0000 |
tree | 202e12f725e52f776ac0471d3329acccf121175b | |
parent | e0b26d28bea82216bec89890d58ee741b18365b3 [diff] |
Add a generated nix path
diff --git a/modules/nix.nix b/modules/nix.nix index 05080a6..4f9261f 100644 --- a/modules/nix.nix +++ b/modules/nix.nix
@@ -2,10 +2,14 @@ pkgs, registry, nixpkgs, + flake-utils-plus, ... }: { + imports = [flake-utils-plus.nixosModules.autoGenFromInputs]; config = { nix = { + generateNixPathFromInputs = true; + linkInputs = true; registry.nixpkgs.flake = nixpkgs; settings = { experimental-features = ["nix-command" "flakes"];