diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-12 23:27:17 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-12 23:27:17 +0200 |
| commit | 2730189c99656e5ae6bd5795a33e8a3225847036 (patch) | |
| tree | 85933cb99b07aedd08b3b4499edf3d101f63ecc6 /flake.lock | |
| parent | chore: Initial commit (diff) | |
| download | devshells-2730189c99656e5ae6bd5795a33e8a3225847036.zip | |
feat: Add more shells
Diffstat (limited to '')
| -rw-r--r-- | flake.lock | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,5 +1,21 @@ { "nodes": { + "library": { + "locked": { + "lastModified": 1738443114, + "narHash": "sha256-IV7n/l3rFoz5UuavrDv0a7IIOPne0jDQVmJAR8bve8U=", + "ref": "prime", + "rev": "65bf71bb6ef05ce684924a1dc248bb2e8e2869fb", + "revCount": 17, + "type": "git", + "url": "https://git.foss-syndicate.org/vhack.eu/nix-library" + }, + "original": { + "ref": "prime", + "type": "git", + "url": "https://git.foss-syndicate.org/vhack.eu/nix-library" + } + }, "nixpkgs": { "locked": { "lastModified": 1786410043, @@ -18,6 +34,7 @@ }, "root": { "inputs": { + "library": "library", "nixpkgs": "nixpkgs" } } |
