bastion/flake.lock: Update
Flake input changes: * Updated 'nix': 'github:NixOS/nix/3cbad4b035939b99683265118d4f01c4b21a7a19' -> 'github:NixOS/nix/d9864be4b757468d33bc49edddce5e4f04ef4b90' * Updated 'nix/nixpkgs': 'github:NixOS/nixpkgs/0e499fde7af3c28d63e9b13636716b86c3162b93' -> follows 'nixpkgs' * Updated 'nixos-channel-scripts/nix': 'github:NixOS/nix/1ab9da915422405452118ebb17b88cdfc90b1e10' -> follows 'nix' * Removed 'nixos-channel-scripts/nix/nixpkgs' * Updated 'nixos-channel-scripts/nixpkgs': 'github:NixOS/nixpkgs/c9d124e39dbeefc53c7b3e09fbfc2c26bcbd4845' -> follows 'nixpkgs'
Eelco Dolstra committed
Apr 22, 2021 at 10:57 UTC
43851f20ca6865df297eaf4579d85c166e6619a1
1 file changed
+13
-69
bastion/flake.lock
+13
-69
@@ -2,31 +2,16 @@
2
"nodes": {
3
"nix": {
4
"inputs": {
5
- "nixpkgs": "nixpkgs"
6
- },
7
- "locked": {
8
- "lastModified": 1618857497,
9
- "narHash": "sha256-N/Nnil1kwtTkagWfjOeBWgzFzK1UwkjQoWcRj/Q+Jqk=",
10
- "owner": "NixOS",
11
- "repo": "nix",
12
- "rev": "3cbad4b035939b99683265118d4f01c4b21a7a19",
13
- "type": "github"
14
- },
15
- "original": {
16
- "id": "nix",
17
- "type": "indirect"
18
- }
19
- },
20
- "nix_2": {
21
- "inputs": {
22
- "nixpkgs": "nixpkgs_2"
5
+ "nixpkgs": [
6
+ "nixpkgs"
7
+ ]
8
},
9
"locked": {
25
- "lastModified": 1594125537,
26
- "narHash": "sha256-M801IExREv1T9F+K6YcCFERBFZ3+6ShwzAR2K7xvExA=",
10
+ "lastModified": 1619080380,
11
+ "narHash": "sha256-DKXtLoiSMuNaq5km6FAWqJOpilSCFJQ0or8btfWH6mo=",
12
"owner": "NixOS",
13
"repo": "nix",
29
- "rev": "1ab9da915422405452118ebb17b88cdfc90b1e10",
14
+ "rev": "d9864be4b757468d33bc49edddce5e4f04ef4b90",
15
"type": "github"
16
},
17
"original": {
@@ -91,8 +76,12 @@
76
},
77
"nixos-channel-scripts": {
78
"inputs": {
94
- "nix": "nix_2",
95
- "nixpkgs": "nixpkgs_3"
79
+ "nix": [
80
+ "nix"
81
+ ],
82
+ "nixpkgs": [
83
+ "nixpkgs"
84
+ ]
85
},
86
"locked": {
87
"lastModified": 1617140327,
@@ -109,51 +98,6 @@
98
}
99
},
100
"nixpkgs": {
112
- "locked": {
113
- "lastModified": 1614309161,
114
- "narHash": "sha256-93kRxDPyEW9QIpxU71kCaV1r+hgOgP6/aVgC7vvO8IU=",
115
- "owner": "NixOS",
116
- "repo": "nixpkgs",
117
- "rev": "0e499fde7af3c28d63e9b13636716b86c3162b93",
118
- "type": "github"
119
- },
120
- "original": {
121
- "id": "nixpkgs",
122
- "ref": "nixos-20.09-small",
123
- "type": "indirect"
124
- }
125
- },
126
- "nixpkgs_2": {
127
- "locked": {
128
- "lastModified": 1591633336,
129
- "narHash": "sha256-oVXv4xAnDJB03LvZGbC72vSVlIbbJr8tpjEW5o/Fdek=",
130
- "owner": "NixOS",
131
- "repo": "nixpkgs",
132
- "rev": "70717a337f7ae4e486ba71a500367cad697e5f09",
133
- "type": "github"
134
- },
135
- "original": {
136
- "id": "nixpkgs",
137
- "ref": "nixos-20.03-small",
138
- "type": "indirect"
139
- }
140
- },
141
- "nixpkgs_3": {
142
- "locked": {
143
- "lastModified": 1594117931,
144
- "narHash": "sha256-x7nZvITCLJiK7miPXU6yl2zdq+MlhjHicggfvjLguFg=",
145
- "owner": "NixOS",
146
- "repo": "nixpkgs",
147
- "rev": "c9d124e39dbeefc53c7b3e09fbfc2c26bcbd4845",
148
- "type": "github"
149
- },
150
- "original": {
151
- "id": "nixpkgs",
152
- "ref": "nixos-20.03",
153
- "type": "indirect"
154
- }
155
- },
156
- "nixpkgs_4": {
101
"locked": {
102
"lastModified": 1618853290,
103
"narHash": "sha256-K4fddnrGOcKL+6CEchRrVmepiwvwvHxB87goqBTI5Bs=",
@@ -173,7 +117,7 @@
117
"nix": "nix",
118
"nixops": "nixops",
119
"nixos-channel-scripts": "nixos-channel-scripts",
176
- "nixpkgs": "nixpkgs_4"
120
+ "nixpkgs": "nixpkgs"
121
}
122
}
123
},