Skip to content

Commit

Permalink
fix an impurity in default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Sydney Kerckhove committed May 15, 2024
1 parent a14aea8 commit 71f2369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let
# Instantiate the flake fetching the other inputs with the nixpkgs already
# fetched
self = (import flake-compat {
pkgs = import nixpkgs { };
pkgs = import nixpkgs { inherit system; };
# We bypass flake-compat's rootSrc cleaning by evading its detection of this as a git
# repo.
# This is done for 3 reasons:
Expand Down

0 comments on commit 71f2369

Please sign in to comment.