@cryptotaxi247 / infra / commits / 267186a9

bastion/flake.lock: Update

Flake input changes: * Updated 'nixops/nixpkgs': 'github:NixOS/nixpkgs/29eddfc36d720dcc4822581175217543b387b1e8' -> 'github:NixOS/nixpkgs/66d8a2bda511e1fc46725322f94261c8a4083757'

Eelco Dolstra committed Apr 12, 2020 at 16:53 UTC 267186a9c80393148a587ea60216d4f720cd7351
2 files changed +6 -22
bastion/flake.lock
+5 -22
@@ -137,18 +137,18 @@
137 },
138 "nixpkgs_2": {
139 "info": {
140 - "lastModified": 1586219474,
141 - "narHash": "sha256-fvfrMnEA2lDnXvH/eInGV5i0sO/EGLVHa4pOek8VG78="
140 + "lastModified": 1586543772,
141 + "narHash": "sha256-NQHEdPWK1vmRvfZSC3k06qody9zeY2ShNRMJRi4PCmQ="
142 },
143 "locked": {
144 "owner": "NixOS",
145 "repo": "nixpkgs",
146 - "rev": "29eddfc36d720dcc4822581175217543b387b1e8",
146 + "rev": "66d8a2bda511e1fc46725322f94261c8a4083757",
147 "type": "github"
148 },
149 "original": {
150 "id": "nixpkgs",
151 - "ref": "nixos-20.03",
151 + "ref": "nixos-20.03-small",
152 "type": "indirect"
153 }
154 },
@@ -186,29 +186,12 @@
186 "type": "indirect"
187 }
188 },
189 - "nixpkgs_5": {
190 - "info": {
191 - "lastModified": 1586543772,
192 - "narHash": "sha256-NQHEdPWK1vmRvfZSC3k06qody9zeY2ShNRMJRi4PCmQ="
193 - },
194 - "locked": {
195 - "owner": "NixOS",
196 - "repo": "nixpkgs",
197 - "rev": "66d8a2bda511e1fc46725322f94261c8a4083757",
198 - "type": "github"
199 - },
200 - "original": {
201 - "id": "nixpkgs",
202 - "ref": "nixos-20.03-small",
203 - "type": "indirect"
204 - }
205 - },
189 "root": {
190 "inputs": {
191 "nix": "nix",
192 "nixops": "nixops",
193 "nixos-channel-scripts": "nixos-channel-scripts",
211 - "nixpkgs": "nixpkgs_5"
194 + "nixpkgs": "nixpkgs_2"
195 }
196 }
197 },
bastion/flake.nix
+1
@@ -3,6 +3,7 @@
3
4 inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
5 inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
6 + inputs.nixops.inputs.nixpkgs.follows = "nixpkgs";
7
8 outputs = { self, nixpkgs, nix, nixops, nixos-channel-scripts }: {
9