release-small.nix: Don't depend on currentSystem
This commit is contained in:
parent
9e9cf6a75c
commit
da5fc5c985
@ -11,7 +11,7 @@ let
|
|||||||
|
|
||||||
nixpkgsSrc = nixpkgs; # urgh
|
nixpkgsSrc = nixpkgs; # urgh
|
||||||
|
|
||||||
pkgs = import ./.. {};
|
pkgs = import ./.. { system = "x86_64-linux"; };
|
||||||
|
|
||||||
lib = pkgs.lib;
|
lib = pkgs.lib;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user