mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
|
||||
{ pkgs }:
|
||||
|
||||
let repos = [
|
||||
"https://repo.clojars.org/"
|
||||
"https://repo1.maven.org/"
|
||||
@ -391,4 +391,3 @@
|
||||
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user