aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock35
1 files changed, 34 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 372771c..d6c75e8 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,23 @@
1{ 1{
2 "nodes": { 2 "nodes": {
3 "gitignore": {
4 "inputs": {
5 "nixpkgs": "nixpkgs"
6 },
7 "locked": {
8 "lastModified": 1635165013,
9 "narHash": "sha256-o/BdVjNwcB6jOmzZjOH703BesSkkS5O7ej3xhyO8hAY=",
10 "owner": "hercules-ci",
11 "repo": "gitignore.nix",
12 "rev": "5b9e0ff9d3b551234b4f3eb3983744fa354b17f1",
13 "type": "github"
14 },
15 "original": {
16 "owner": "hercules-ci",
17 "repo": "gitignore.nix",
18 "type": "github"
19 }
20 },
3 "import-cargo": { 21 "import-cargo": {
4 "locked": { 22 "locked": {
5 "lastModified": 1594305518, 23 "lastModified": 1594305518,
@@ -33,6 +51,20 @@
33 }, 51 },
34 "nixpkgs": { 52 "nixpkgs": {
35 "locked": { 53 "locked": {
54 "lastModified": 1632846328,
55 "narHash": "sha256-sFi6YtlGK30TBB9o6CW7LG9mYHkgtKeWbSLAjjrNTX0=",
56 "owner": "NixOS",
57 "repo": "nixpkgs",
58 "rev": "2b71ddd869ad592510553d09fe89c9709fa26b2b",
59 "type": "github"
60 },
61 "original": {
62 "id": "nixpkgs",
63 "type": "indirect"
64 }
65 },
66 "nixpkgs_2": {
67 "locked": {
36 "lastModified": 1633422745, 68 "lastModified": 1633422745,
37 "narHash": "sha256-gA6Ok64nPbkjHk3Oanq4641EeYkjcKhisDF9wBjLxEk=", 69 "narHash": "sha256-gA6Ok64nPbkjHk3Oanq4641EeYkjcKhisDF9wBjLxEk=",
38 "owner": "nixos", 70 "owner": "nixos",
@@ -49,9 +81,10 @@
49 }, 81 },
50 "root": { 82 "root": {
51 "inputs": { 83 "inputs": {
84 "gitignore": "gitignore",
52 "import-cargo": "import-cargo", 85 "import-cargo": "import-cargo",
53 "mozillapkgs": "mozillapkgs", 86 "mozillapkgs": "mozillapkgs",
54 "nixpkgs": "nixpkgs" 87 "nixpkgs": "nixpkgs_2"
55 } 88 }
56 } 89 }
57 }, 90 },