nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

lispPackages.clwrapper: patching the second shebang, because source builtin is used

+1 -1
+1 -1
pkgs/development/lisp-modules/clwrapper/common-lisp.sh
··· 1 - #! /bin/sh 1 + #!@bash@/bin/bash 2 2 3 3 source "@out@"/bin/cl-wrapper.sh "${NIX_LISP_COMMAND:-$(@ls@ "@lisp@/bin"/* | @head@ -n 1)}" "$@"