@cryptotaxi247 / infra / commits / 6eda34cd

Remove edition

Eelco Dolstra committed Jun 9, 2020 at 11:52 UTC 6eda34cdb727aa8e9d972e4923177a253154ef5c
3 files changed -6
bastion/flake.nix
-2
@@ -1,6 +1,4 @@
1 {
2 - edition = 201909;
3 -
2 inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
3 inputs.nixos-channel-scripts.url = github:NixOS/nixos-channel-scripts;
4 inputs.nixops.inputs.nixpkgs.follows = "nixpkgs";
delft/flake.nix
-2
@@ -1,6 +1,4 @@
1 {
2 - edition = 201909;
3 -
2 #inputs.nixpkgs.url = "/home/deploy/src/edolstra-nixpkgs"; # toString ../../edolstra-nixpkgs; # = "nixpkgs/release-19.09";
3 inputs.nixpkgs.url = "nixpkgs/nixos-20.03";
4
ngi0/hydra/flake.nix
-2
@@ -1,6 +1,4 @@
1 {
2 - edition = 201909;
3 -
2 inputs.nixpkgs.url = "nixpkgs/nixos-20.03";
3
4 outputs = { self, nixpkgs, nix, hydra }: {