Skip to content

Commit

Permalink
system -> localSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Oct 24, 2021
1 parent e837dcb commit 3d98d48
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 @@ -13,7 +13,7 @@ let
in

{ system ? currentSystem
, pkgs ? import (getFlake "nixpkgs") { inherit system; }
, pkgs ? import (getFlake "nixpkgs") { localSystem = { inherit system; }; }
, lib ? pkgs.lib
, rust-analyzer-src ? getFlake "rust-analyzer-src"
, rust-analyzer-rev ? substring 0 7 (rust-analyzer-src.rev or "0000000")
Expand Down

0 comments on commit 3d98d48

Please sign in to comment.