1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-06 17:11:00 +01:00

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