summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2020-06-08 12:45:17 +0200
committerEelco Dolstra <edolstra@gmail.com>2020-06-08 12:45:17 +0200
commit97fc8af29b59acc55e7544a2e86b8941f9257b1e (patch)
treedb145c0223a100d5eb18a4c6fd7c3ec3ee85b8a6 /flake.nix
parentd07a4906e75229dfa7153d163b84f43c31c325e6 (diff)
downloadnixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar.gz
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar.bz2
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar.lz
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar.xz
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.tar.zst
nixpkgs-97fc8af29b59acc55e7544a2e86b8941f9257b1e.zip
flake.nix: Remove edition field
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 0 insertions, 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 }: