diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-06-09 11:23:23 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-06-09 11:23:23 +0200 |
commit | e938add10d075296f5ad1fae5bdab1dd7f42dd48 (patch) | |
tree | 58895fe3544d7db247c00c3948559546366a8a6c | |
parent | e073f2c584a42a2029e9196a01e9747ed46f6a0c (diff) |
flake.nix: Remove edition
-rw-r--r-- | flake.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 }: |