flake.nix: Remove edition field

This commit is contained in:
Eelco Dolstra 2020-06-08 12:45:17 +02:00
parent d07a4906e7
commit 97fc8af29b
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
1 changed files with 0 additions and 2 deletions

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