nuenv icon indicating copy to clipboard operation
nuenv copied to clipboard

A Nushell environment for Nix

Results 4 nuenv issues
Sort by recently updated
recently updated
newest added

Just an idea here, writing it more for the purpose of discussing. It seem nix nickel is trying to remake the basic nix building blocks with nickel. Right now all...

It would be great to add Nushell tools for system activation scripts! :)

Hey, just want to say thank you for this! for having had to work with bash in nix, this feels like the future. my feeling is that bash is so...

I feel like this is a bit of a hack, https://github.com/srid/nix-health/blob/0c4735b6403a4fd13ef170f3c21296e05cd32fe5/flake.nix#L21 ```nix packages.default = pkgs.nuenv.mkScript { name = "nix-health"; script = '' ${lib.getExe pkgs.nushell} ${./nix-health.nu} ${system} ''; } ``` `nix-health.nu`...