release-small.nix: Don't depend on currentSystem

This commit is contained in:
Eelco Dolstra 2019-06-19 12:01:31 +02:00
parent 9e9cf6a75c
commit da5fc5c985
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -11,7 +11,7 @@ let
nixpkgsSrc = nixpkgs; # urgh
pkgs = import ./.. {};
pkgs = import ./.. { system = "x86_64-linux"; };
lib = pkgs.lib;