Skip to content

Commit 3e779c5

Browse files
authored
Merge pull request #1 from kronor-io/impurity
fix an impurity in default.nix
2 parents 8a84a67 + 58d9d45 commit 3e779c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let
3636
# Instantiate the flake fetching the other inputs with the nixpkgs already
3737
# fetched
3838
self = (import flake-compat {
39-
pkgs = import nixpkgs { };
39+
pkgs = import nixpkgs { inherit system; };
4040
# We bypass flake-compat's rootSrc cleaning by evading its detection of this as a git
4141
# repo.
4242
# This is done for 3 reasons:

0 commit comments

Comments
 (0)