Skip to content

Commit

Permalink
hotfix: evaluate options on currentSystem, not just aarch64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilTaken committed Mar 7, 2024
1 parent 07f6c83 commit 86b16fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/eval.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
let
mkOption = import options_nix;
fc_nixos = builtins.getFlake "github:flyingcircusio/fc-nixos/${branch}";
in mkOption fc_nixos "aarch64-linux"
in mkOption fc_nixos (builtins.currentSystem)

0 comments on commit 86b16fa

Please sign in to comment.