Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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.'"

+2 -3
+2 -3
pkgs/development/interpreters/clojurescript/lumo/deps.nix
··· 1 1 # generated by clj2nix-1.0.3 2 - { pkgs ? import <nixpkgs> {} }: 3 - 2 + { pkgs }: 3 + 4 4 let repos = [ 5 5 "https://repo.clojars.org/" 6 6 "https://repo1.maven.org/" ··· 391 391 392 392 ]; 393 393 } 394 -