Fix tarball builds

Do not refer to <nixpkgs> as it will produce the following message:

"evaluation aborted with the following error message: 'Illegal use of <nixpkgs> in Nixpkgs.'"
This commit is contained in:
Tim Steinbach 2018-11-13 14:48:15 -05:00
parent 248dfd2842
commit ccb2dead1b
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA

View File

@ -1,6 +1,6 @@
# generated by clj2nix-1.0.3
{ pkgs ? import <nixpkgs> {} }:
{ pkgs }:
let repos = [
"https://repo.clojars.org/"
"https://repo1.maven.org/"
@ -391,4 +391,3 @@
];
}