diff options
| author | Arslaan Pathan <[email protected]> | 2026-06-07 12:52:38 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-06-07 12:52:38 +1200 |
| commit | 337953c9069e045bda31ed777073e750c00aac7b (patch) | |
| tree | 284049a53a2ef312d8202e78e981f3481f6c743b /flake.lock | |
| parent | bca83643c4bb5f4bcc2af727dbef1c53d937ddea (diff) | |
| download | yerbalinux-337953c9069e045bda31ed777073e750c00aac7b.tar.xz yerbalinux-337953c9069e045bda31ed777073e750c00aac7b.zip | |
Basic nix setup
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..fe08f56 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1751274312, + "narHash": "sha256-/bVBlRpECLVzjV19t5KMdMFWSwKLtb5RyXdjz3LJT+g=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "50ab793786d9de88ee30ec4e4c24fb4236fc2674", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
