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

+1 -1
+1 -1
nixos/release-small.nix
··· 11 11 12 12 nixpkgsSrc = nixpkgs; # urgh 13 13 14 - pkgs = import ./.. {}; 14 + pkgs = import ./.. { system = "x86_64-linux"; }; 15 15 16 16 lib = pkgs.lib; 17 17