Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (4 months ago)
- Default Branch: master
- Last Pushed: 2024-11-20T16:33:23.000Z (about 1 month ago)
- Last Synced: 2024-11-20T17:19:24.895Z (about 1 month ago)
- Topics: nix, nixos, nixpkgs, nushell, nushell-plugin
- Language: Nushell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# ❄️ nu-env 💻
[![NixOS](https://img.shields.io/badge/Flakes-Nix-informational.svg?logo=nixos&style=for-the-badge)](https://nixos.org) ![License](https://img.shields.io/github/license/mordragt/nu-env?style=for-the-badge)
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 `nuenv/build-nu-package` and `nupkgs/all-to`).## Usage
In Progress...
Take a look at the make-derivation or build-nu-package files inside the `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) )