bastion/flake.lock: Update
Flake input changes: * Updated 'nix': 'github:NixOS/nix/73769b28e376cf1fb3e7248bafaa17c35527925d' -> 'github:NixOS/nix/cfc38257cfcdabd34151d723906b38873e7ef6d0'
Eelco Dolstra committed
Mar 15, 2020 at 23:08 UTC
ab7b3fdd5da439f75230891826fb1c6184bb1f0d
2 files changed
+9
-7
bastion/flake.lock
+7
-5
@@ -2,8 +2,8 @@
2
"inputs": {
3
"nix": {
4
"info": {
5
- "lastModified": 1583764121,
6
- "narHash": "sha256-o48N/W0dIqA0h/rdiMxc4XsV3pqfW7B+co4JtvUmgfY="
5
+ "lastModified": 1583864507,
6
+ "narHash": "sha256-ZlxmjWQfL0v/GoI1Hxk0HrJn4ysZXS0I0keV723/riw="
7
},
8
"inputs": {
9
"nixpkgs": {
@@ -28,12 +28,14 @@
28
"locked": {
29
"owner": "NixOS",
30
"repo": "nix",
31
- "rev": "73769b28e376cf1fb3e7248bafaa17c35527925d",
31
+ "rev": "cfc38257cfcdabd34151d723906b38873e7ef6d0",
32
"type": "github"
33
},
34
"original": {
35
- "id": "nix",
36
- "type": "indirect"
35
+ "owner": "NixOS",
36
+ "repo": "nix",
37
+ "rev": "cfc38257cfcdabd34151d723906b38873e7ef6d0",
38
+ "type": "github"
39
}
40
},
41
"nixops": {
bastion/flake.nix
+2
-2
@@ -2,9 +2,9 @@
2
edition = 201909;
3
4
inputs.nixpkgs.url = "nixpkgs/release-19.09";
5
- #inputs.nixops.uri = "/home/deploy/src/nixops";
6
-
5
+ #inputs.nixops.url = "/home/deploy/src/nixops";
6
inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
7
+ inputs.nix.url = github:NixOS/nix/cfc38257cfcdabd34151d723906b38873e7ef6d0;
8
9
outputs = { self, nixpkgs, nix, nixops, nixos-channel-scripts }: {
10