mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
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
|
||||
|
||||
pkgs = import ./.. {};
|
||||
pkgs = import ./.. { system = "x86_64-linux"; };
|
||||
|
||||
lib = pkgs.lib;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user