@cryptotaxi247 / infra-1 / commits / 18db0944

bastion: Add some follows

Eelco Dolstra committed Apr 22, 2021 at 10:57 UTC 18db094416b90100dcbabf69d158b8f8e951dc30
1 file changed +3
bastion/flake.nix
+3
@@ -1,7 +1,10 @@
1 {
2 inputs.nixpkgs.url = "nixpkgs/nixos-20.09-small";
3 inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
4 + inputs.nixos-channel-scripts.inputs.nix.follows = "nix";
5 + inputs.nixos-channel-scripts.inputs.nixpkgs.follows = "nixpkgs";
6 inputs.nixops.inputs.nixpkgs.follows = "nixpkgs";
7 + inputs.nix.inputs.nixpkgs.follows = "nixpkgs";
8
9 outputs = { self, nixpkgs, nix, nixops, nixos-channel-scripts }: {
10