diff options
| author | seth <[email protected]> | 2024-02-02 18:51:02 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-02 19:22:07 -0500 |
| commit | 6d2a96d514d3e872df6ec775ac826c5a3ed5e55f (patch) | |
| tree | c3bd1bb2f77c2650308aba743827577065798b2d /systems/common.nix | |
| parent | 5367a9145feec25b020ffb93591c660fa22968e1 (diff) | |
modules/nix: link nixpkgs to /etc
Diffstat (limited to 'systems/common.nix')
| -rw-r--r-- | systems/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/systems/common.nix b/systems/common.nix index 4e69f42..7483474 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -67,6 +67,7 @@ in { }; nix.registry.n.flake = inputs.nixpkgs-stable; + environment.etc."nix/inputs/nixpkgs".source = inputs.nixpkgs-stable.outPath; } ]; } |
