flake.nix: Remove edition

This commit is contained in:
Eelco Dolstra 2020-06-09 11:23:23 +02:00
parent e073f2c584
commit e938add10d

View file

@ -1,8 +1,6 @@
{
description = "The purely functional package manager";
edition = 201909; # FIXME: remove
inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
outputs = { self, nixpkgs }: