summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock23
1 files changed, 20 insertions, 3 deletions
diff --git a/flake.lock b/flake.lock
index 3c89ab9..ad885c3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -3,7 +3,7 @@
3 "androidPkgs": { 3 "androidPkgs": {
4 "inputs": { 4 "inputs": {
5 "flake-utils": "flake-utils", 5 "flake-utils": "flake-utils",
6 "nixpkgs": "nixpkgs" 6 "nixpkgs": "nixpkgs_2"
7 }, 7 },
8 "locked": { 8 "locked": {
9 "lastModified": 1623960850, 9 "lastModified": 1623960850,
@@ -37,6 +37,22 @@
37 }, 37 },
38 "nixpkgs": { 38 "nixpkgs": {
39 "locked": { 39 "locked": {
40 "lastModified": 1624656607,
41 "narHash": "sha256-jWVM6RP8WdRV1l0Z36hA/y6kl9BmasYVa9TpKkjRMLI=",
42 "owner": "NixOS",
43 "repo": "nixpkgs",
44 "rev": "b72bde7c4a1f9c9bf1a161f0c267186ce3c6483c",
45 "type": "github"
46 },
47 "original": {
48 "owner": "NixOS",
49 "ref": "nixos-21.05",
50 "repo": "nixpkgs",
51 "type": "github"
52 }
53 },
54 "nixpkgs_2": {
55 "locked": {
40 "lastModified": 1614989413, 56 "lastModified": 1614989413,
41 "narHash": "sha256-g503bGSdVhLu2cKR5sHG8XetLFrVUzAL3+mrnQJpmdY=", 57 "narHash": "sha256-g503bGSdVhLu2cKR5sHG8XetLFrVUzAL3+mrnQJpmdY=",
42 "owner": "NixOS", 58 "owner": "NixOS",
@@ -51,7 +67,7 @@
51 "type": "github" 67 "type": "github"
52 } 68 }
53 }, 69 },
54 "nixpkgs_2": { 70 "nixpkgs_3": {
55 "locked": { 71 "locked": {
56 "lastModified": 1623617138, 72 "lastModified": 1623617138,
57 "narHash": "sha256-zd03k0aZWdE+JjZjVbsQGCKmc1C4HIwIbW7MbI9ym6s=", 73 "narHash": "sha256-zd03k0aZWdE+JjZjVbsQGCKmc1C4HIwIbW7MbI9ym6s=",
@@ -70,7 +86,7 @@
70 "robotnix": { 86 "robotnix": {
71 "inputs": { 87 "inputs": {
72 "androidPkgs": "androidPkgs", 88 "androidPkgs": "androidPkgs",
73 "nixpkgs": "nixpkgs_2" 89 "nixpkgs": "nixpkgs_3"
74 }, 90 },
75 "locked": { 91 "locked": {
76 "lastModified": 1624762178, 92 "lastModified": 1624762178,
@@ -88,6 +104,7 @@
88 }, 104 },
89 "root": { 105 "root": {
90 "inputs": { 106 "inputs": {
107 "nixpkgs": "nixpkgs",
91 "robotnix": "robotnix" 108 "robotnix": "robotnix"
92 } 109 }
93 } 110 }