diff options
| author | Christian <[email protected]> | 2026-01-29 15:02:40 -0600 |
|---|---|---|
| committer | Christian <[email protected]> | 2026-01-29 15:02:40 -0600 |
| commit | 738eb07e14463e53857d8a54409d332d708e8970 (patch) | |
| tree | 7fcc2e46e78e97b8f083c76dc8fb007ce238789b | |
| parent | b2ff2bc3a8bba4b560f6dbb117960aa4f16d6edf (diff) | |
Prevent missing channel warning
| -rw-r--r-- | modules/common.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/common.nix b/modules/common.nix index 1c1e066..0df9c1d 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -5,6 +5,9 @@ inputs.nix-index-database.nixosModules.nix-index inputs.home-manager.nixosModules.home-manager ]; + + nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; + # Experimental features nix.settings.experimental-features = [ "nix-command" "flakes" ]; |
