We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a84a67 + 58d9d45 commit 3e779c5Copy full SHA for 3e779c5
default.nix
@@ -36,7 +36,7 @@ let
36
# Instantiate the flake fetching the other inputs with the nixpkgs already
37
# fetched
38
self = (import flake-compat {
39
- pkgs = import nixpkgs { };
+ pkgs = import nixpkgs { inherit system; };
40
# We bypass flake-compat's rootSrc cleaning by evading its detection of this as a git
41
# repo.
42
# This is done for 3 reasons:
0 commit comments