Skip to content

Commit

Permalink
Merge pull request #135 from oddlama/main
Browse files Browse the repository at this point in the history
Remove usage of impure variable `builtins.currentSystem` in eval.nix when using flakes
  • Loading branch information
zhaofengli authored Feb 3, 2023
2 parents 7602e54 + 24900c5 commit 31d8240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nix/hive/eval.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ let
outputs = { nixpkgs, ... }: {
colmena = {
${configName} = import nixpkgs {
system = "${currentSystem}";
system = "x86_64-linux"; # Set your desired system here
overlays = [];
};
};
Expand Down

0 comments on commit 31d8240

Please sign in to comment.