Skip to content

Commit

Permalink
flake: prefer localSystem when import nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
spikespaz committed Sep 13, 2023
1 parent 30ebc49 commit 82a5d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
flake-utils.lib.eachDefaultSystem (
system: let
pkgs = import nixpkgs {
inherit system;
localSystem = system;
overlays = [self.overlays.default];
};
in {
Expand Down

0 comments on commit 82a5d24

Please sign in to comment.