diff options
| author | Alexandre Jesus <adbjesus@gmail.com> | 2025-12-01 11:44:39 +0000 |
|---|---|---|
| committer | Alexandre Jesus <adbjesus@gmail.com> | 2025-12-01 11:44:39 +0000 |
| commit | 735b792bcf2a8cc1fb77c19c42e6362a9abb429f (patch) | |
| tree | 4f141174fbc2468d2e47b3c30ae7d171197270f2 /flake.lock | |
| download | aoc2025-735b792bcf2a8cc1fb77c19c42e6362a9abb429f.tar.gz aoc2025-735b792bcf2a8cc1fb77c19c42e6362a9abb429f.zip | |
Initial commit
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..c630f97 --- /dev/null +++ b/flake.lock @@ -0,0 +1,27 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1764517877, + "narHash": "sha256-pp3uT4hHijIC8JUK5MEqeAWmParJrgBVzHLNfJDZxg4=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "2d293cbfa5a793b4c50d17c05ef9e385b90edf6c", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
