aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock69
1 files changed, 69 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..261d530
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,69 @@
1{
2 "nodes": {
3 "gitignore": {
4 "inputs": {
5 "nixpkgs": [
6 "nixpkgs"
7 ]
8 },
9 "locked": {
10 "lastModified": 1709087332,
11 "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
12 "owner": "hercules-ci",
13 "repo": "gitignore.nix",
14 "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
15 "type": "github"
16 },
17 "original": {
18 "owner": "hercules-ci",
19 "repo": "gitignore.nix",
20 "type": "github"
21 }
22 },
23 "nixpkgs": {
24 "locked": {
25 "lastModified": 1724748588,
26 "narHash": "sha256-NlpGA4+AIf1dKNq76ps90rxowlFXUsV9x7vK/mN37JM=",
27 "owner": "nixos",
28 "repo": "nixpkgs",
29 "rev": "a6292e34000dc93d43bccf78338770c1c5ec8a99",
30 "type": "github"
31 },
32 "original": {
33 "owner": "nixos",
34 "ref": "nixpkgs-unstable",
35 "repo": "nixpkgs",
36 "type": "github"
37 }
38 },
39 "root": {
40 "inputs": {
41 "gitignore": "gitignore",
42 "nixpkgs": "nixpkgs",
43 "rust-overlay": "rust-overlay"
44 }
45 },
46 "rust-overlay": {
47 "inputs": {
48 "nixpkgs": [
49 "nixpkgs"
50 ]
51 },
52 "locked": {
53 "lastModified": 1724811750,
54 "narHash": "sha256-PvhVgQ1rm3gfhK7ts4emprhh/KMkFwXogmgsQ3srR7g=",
55 "owner": "oxalica",
56 "repo": "rust-overlay",
57 "rev": "6a1c4915dca7149e7258d8c7f3ac634d8c65f6c6",
58 "type": "github"
59 },
60 "original": {
61 "owner": "oxalica",
62 "repo": "rust-overlay",
63 "type": "github"
64 }
65 }
66 },
67 "root": "root",
68 "version": 7
69}