mirror of
https://github.com/NixOS/nix
synced 2025-07-07 22:33:57 +02:00
Remove flake 'edition' field
Future editions of flakes or the Nix language can be supported by renaming flake.nix (e.g. flake-v2.nix). This avoids a bootstrap problem where we don't know which grammar to use to parse flake*.nix. It also allows a project to support multiple flake editions, in theory.
This commit is contained in:
parent
3aaceeb7e2
commit
e5ea01c1a8
7 changed files with 6 additions and 64 deletions
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "The purely functional package manager";
|
||||
|
||||
edition = 201909;
|
||||
edition = 201909; # FIXME: remove
|
||||
|
||||
inputs.nixpkgs.uri = "nixpkgs/nixos-20.03-small";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue