https://github.com/mordragt/nu-env
Alternative environment for Nix using NuShell instead of Bash
https://github.com/mordragt/nu-env
nix nixos nixpkgs nushell nushell-plugin
Last synced: 4 months ago
JSON representation
Alternative environment for Nix using NuShell instead of Bash
- Host: GitHub
- URL: https://github.com/mordragt/nu-env
- Owner: MordragT
- License: mit
- Created: 2024-08-26T10:57:29.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-08-04T18:18:25.000Z (6 months ago)
- Last Synced: 2025-08-10T15:44:44.279Z (6 months ago)
- Topics: nix, nixos, nixpkgs, nushell, nushell-plugin
- Language: Nushell
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# ❄️ nu-env 💻
[](https://nixos.org) 
Alternative environment for **Nix** using **NuShell** instead of Bash
## About
Given that the [nuenv](https://github.com/DeterminateSystems/nuenv/tree/main) repository of DeterminateSystems was archived, this is a new approach to bring the power of nushell to nix.
Apart from basic functionality to create derivations this project also implements support for NuShell packages (see `nupkgs/nuenv/build-nu-package` and `nupkgs/by-name/all-to`).
## Usage
In Progress...
Take a look at the make-derivation or build-nu-package files inside the `nupkgs/nuenv` directory. You can use nix-flakes to register the overlay
## Reference
1. [wiki/Flakes](https://nixos.wiki/wiki/Flakes)
2. [DeterminateSystems nuenv]((https://github.com/DeterminateSystems/nuenv/tree/main) )