diff options
| author | seth <[email protected]> | 2023-04-23 02:27:01 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-23 02:27:01 -0400 |
| commit | ee17bbadfed47af24572919d143f260c9c57bb36 (patch) | |
| tree | d3fbb67ff1bd6d0857cb5e9d97cf04b2945c48d4 /flake.lock | |
| parent | 3c02d2353d8bdfd2b6e5a09ac17214bae76664d7 (diff) | |
feat: add nix flake
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..2ae9b9a --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1681920287, + "narHash": "sha256-+/d6XQQfhhXVfqfLROJoqj3TuG38CAeoT6jO1g9r1k0=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "645bc49f34fa8eff95479f0345ff57e55b53437e", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
