summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock59
1 files changed, 59 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..0e6aceb
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,59 @@
1{
2 "nodes": {
3 "flake-utils": {
4 "inputs": {
5 "systems": "systems"
6 },
7 "locked": {
8 "lastModified": 1731533236,
9 "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
10 "owner": "numtide",
11 "repo": "flake-utils",
12 "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
13 "type": "github"
14 },
15 "original": {
16 "owner": "numtide",
17 "repo": "flake-utils",
18 "type": "github"
19 }
20 },
21 "nixpkgs": {
22 "locked": {
23 "lastModified": 1787736819,
24 "narHash": "sha256-IkjmqLoWzeqBAi1VIkdhDLMGjQDJ4suEDp59Zwxpswg=",
25 "rev": "9fbb54b33e91ee4ca368e35a78e0613c720600b3",
26 "type": "tarball",
27 "url": "https://releases.nixos.org/nixos/unstable/nixos-26.11pre1062397.9fbb54b33e91/nixexprs.tar.xz"
28 },
29 "original": {
30 "id": "nixpkgs",
31 "ref": "nixos-unstable",
32 "type": "indirect"
33 }
34 },
35 "root": {
36 "inputs": {
37 "flake-utils": "flake-utils",
38 "nixpkgs": "nixpkgs"
39 }
40 },
41 "systems": {
42 "locked": {
43 "lastModified": 1681028828,
44 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
45 "owner": "nix-systems",
46 "repo": "default",
47 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
48 "type": "github"
49 },
50 "original": {
51 "owner": "nix-systems",
52 "repo": "default",
53 "type": "github"
54 }
55 }
56 },
57 "root": "root",
58 "version": 7
59}