diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-01-25 16:03:35 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-01-25 16:03:35 -0800 |
| commit | 1b4f73d38b0519956c5662472274a3a02b86d522 (patch) | |
| tree | ae5b9ce1d5ed1820ca5e154ee6c003c1375c0d25 /flake.lock | |
| download | emoji-1b4f73d38b0519956c5662472274a3a02b86d522.tar.zst | |
Initial commit.
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..f3881b9 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1737746512, + "narHash": "sha256-nU6AezEX4EuahTO1YopzueAXfjFfmCHylYEFCagduHU=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "825479c345a7f806485b7f00dbe3abb50641b083", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-unstable", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
