diff options
| author | seth <[email protected]> | 2024-07-02 03:02:26 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-02 03:02:26 -0400 |
| commit | 24d92030dda5bbe03542e0bae51c8810f3a48548 (patch) | |
| tree | a136f2d7d57305a66ac82374282a5735039ad960 /flake.lock | |
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..2bd77da --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1719826879, + "narHash": "sha256-xs7PlULe8O1SAcs/9e/HOjeUjBrU5FNtkAF/bSEcFto=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b9014df496d5b68bf7c0145d0e9b0f529ce4f2a8", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
