flake: remove the deprecated 'edition' entry

This commit is contained in:
Matthieu Coudron 2020-09-01 11:39:21 +02:00
parent 6f1cc3a078
commit a2e78a41b3

View file

@ -1,8 +1,6 @@
{
description = "Poetry2nix flake";
edition = 201909;
outputs = { self, nixpkgs }:
let
# TODO: There must be a better way to provide arch-agnostic flakes..