Skip to content

Commit

Permalink
set nixpkgs nix-path to flake input
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Oct 27, 2024
1 parent c34c48f commit cbb942a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ let
_module.args = {
pkgs = lib.mkForce pkgs;
};

nix.settings.extra-nix-path = "nixpkgs=flake:${inputs.nixpkgs}";
}
self.nixosModules.ports
self.nixosModules.tailscale
Expand Down

0 comments on commit cbb942a

Please sign in to comment.