We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a84a67 commit 58d9d45Copy full SHA for 58d9d45
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