From 97fc8af29b59acc55e7544a2e86b8941f9257b1e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 8 Jun 2020 12:45:17 +0200 Subject: [PATCH] flake.nix: Remove edition field --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 52fd2f82a37..e37621c6fc1 100644 --- a/flake.nix +++ b/flake.nix @@ -1,8 +1,6 @@ # Experimental flake interface to Nixpkgs. # See https://github.com/NixOS/rfcs/pull/49 for details. { - edition = 201909; - description = "A collection of packages for the Nix package manager"; outputs = { self }: