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:
parent
248dfd2842
commit
ccb2dead1b
@ -1,6 +1,6 @@
|
|||||||
# generated by clj2nix-1.0.3
|
# generated by clj2nix-1.0.3
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs }:
|
||||||
|
|
||||||
let repos = [
|
let repos = [
|
||||||
"https://repo.clojars.org/"
|
"https://repo.clojars.org/"
|
||||||
"https://repo1.maven.org/"
|
"https://repo1.maven.org/"
|
||||||
@ -391,4 +391,3 @@
|
|||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user