ljdasjljlkasdjkl
This commit is contained in:
@@ -64,3 +64,8 @@ nix-fd() { _nix_fd "nix" "$@"; }
|
||||
if command -v nom >/dev/null; then
|
||||
nom-fd() { _nix_fd "nom" "$@"; }
|
||||
fi
|
||||
|
||||
nixfd() {
|
||||
echo >&2 "did you mean 'nix-fd'?"
|
||||
false
|
||||
}
|
||||
|
||||
@@ -170,3 +170,8 @@ ne() {
|
||||
printf >&2 "+ cd %q\n" "$storepath"
|
||||
cd "$storepath"
|
||||
}
|
||||
|
||||
# TODO: add a 'enable-unfree' command which switches the NIX_CONFIG with a file
|
||||
# where https://nix.dev/manual/nix/2.26/command-ref/conf-file#conf-impure-env is
|
||||
# set with NIXPKGS_ALLOW_UNFREE.
|
||||
# blocked on lix support for the option
|
||||
|
||||
Reference in New Issue
Block a user