bastion: Update to 20.03
Eelco Dolstra committed
Apr 12, 2020 at 16:25 UTC
5b740bd9c913366c9c4a314ac240f81dfabfa8a4
1 file changed
+1
-2
bastion/flake.nix
+1
-2
@@ -1,8 +1,7 @@
1
{
2
edition = 201909;
3
4
- inputs.nixpkgs.url = "nixpkgs/release-19.09";
5
- #inputs.nixops.url = "/home/deploy/src/nixops";
4
+ inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
5
inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
6
7
outputs = { self, nixpkgs, nix, nixops, nixos-channel-scripts }: {