diff options
| author | Mel <einebeere@gmail.com> | 2024-04-12 21:04:21 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2024-04-12 21:04:21 +0200 |
| commit | 019b6fef94c8c8893ab8c4d6a87655b2e8999259 (patch) | |
| tree | 7b6af91e3c5e007ae55951c9713f3998ce282d41 /flake.lock | |
| parent | 1aed0a492d8bc0b70f3c63143d1ca19bf873ccb0 (diff) | |
| download | meowcraft-019b6fef94c8c8893ab8c4d6a87655b2e8999259.tar.zst meowcraft-019b6fef94c8c8893ab8c4d6a87655b2e8999259.zip | |
Build with Nix flakes (x86_64-darwin only, for now)
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..49196a5 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1712741485, + "narHash": "sha256-bCs0+MSTra80oXAsnM6Oq62WsirOIaijQ/BbUY59tR4=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "b2cf36f43f9ef2ded5711b30b1f393ac423d8f72", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-23.11", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
