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.'"
wip/yesman
Tim Steinbach 6 years ago
parent 248dfd2842
commit ccb2dead1b
No known key found for this signature in database
GPG Key ID: 472BFCCA96BD0EDA
  1. 5
      pkgs/development/interpreters/clojurescript/lumo/deps.nix

@ -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…
Cancel
Save