A simple helper that makes it easy to package Nu scripts with Nix, including inline dependency declarations for external commands and other packaged scripts.
flake nu nushell nix
1

Configure Feed

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

commit lockfile for example

cswimr (Jul 13, 2026, 12:30 PM EDT) 7e01f5fb 5a07650c

+59 -1
-1
.gitignore
··· 1 - example/**/flake.lock 2 1 result*
+59
example/flake.lock
··· 1 + { 2 + "nodes": { 3 + "nixpkgs": { 4 + "locked": { 5 + "lastModified": 1783776592, 6 + "narHash": "sha256-UgCQzxeWI75XM8G+hPrPh+MKzEPjG3SpAj7dtqSbksA=", 7 + "owner": "NixOS", 8 + "repo": "nixpkgs", 9 + "rev": "e7a3ca8092b61ff85b6a45bf863ea2b2d6a661b3", 10 + "type": "github" 11 + }, 12 + "original": { 13 + "owner": "NixOS", 14 + "ref": "nixos-unstable", 15 + "repo": "nixpkgs", 16 + "type": "github" 17 + } 18 + }, 19 + "nu2nix": { 20 + "locked": { 21 + "lastModified": 1783959862, 22 + "narHash": "sha256-7zx5FFQXo3/SfAood6XpbWvwDjKXH8LUiytgzyQMZoo=", 23 + "ref": "refs/heads/main", 24 + "rev": "8544660c0c39f35fd59a8afb5e8e1ceb0c5b3515", 25 + "revCount": 11, 26 + "type": "git", 27 + "url": "https://tangled.org/csw.im/nu2nix" 28 + }, 29 + "original": { 30 + "type": "git", 31 + "url": "https://tangled.org/csw.im/nu2nix" 32 + } 33 + }, 34 + "root": { 35 + "inputs": { 36 + "nixpkgs": "nixpkgs", 37 + "nu2nix": "nu2nix", 38 + "systems": "systems" 39 + } 40 + }, 41 + "systems": { 42 + "locked": { 43 + "lastModified": 1681028828, 44 + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 45 + "owner": "nix-systems", 46 + "repo": "default", 47 + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 48 + "type": "github" 49 + }, 50 + "original": { 51 + "owner": "nix-systems", 52 + "repo": "default", 53 + "type": "github" 54 + } 55 + } 56 + }, 57 + "root": "root", 58 + "version": 7 59 + }