flake.nix: Remove edition field

This commit is contained in:
Eelco Dolstra
2020-06-08 12:45:17 +02:00
parent d07a4906e7
commit 97fc8af29b

View File

@@ -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 }: