diff options
| author | anand <anand.panchdhari@gmail.com> | 2026-04-06 22:33:59 +0530 |
|---|---|---|
| committer | anand <anand.panchdhari@gmail.com> | 2026-04-06 22:33:59 +0530 |
| commit | 7e6d5f007c72ad60b1a797e842a1154f58634e11 (patch) | |
| tree | 2d8783872c7062cff033d57aa8f28ae48acc6f38 /flake.lock | |
| parent | bfc73d250acfa1bb692e9cfe244a00f183915634 (diff) | |
loopsmain
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..25ce793 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1775036866, + "narHash": "sha256-ZojAnPuCdy657PbTq5V0Y+AHKhZAIwSIT2cb8UgAz/U=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "6201e203d09599479a3b3450ed24fa81537ebc4e", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
