mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
flake.nix: Remove edition
This commit is contained in:
parent
e073f2c584
commit
e938add10d
1 changed files with 0 additions and 2 deletions
|
@ -1,8 +1,6 @@
|
||||||
{
|
{
|
||||||
description = "The purely functional package manager";
|
description = "The purely functional package manager";
|
||||||
|
|
||||||
edition = 201909; # FIXME: remove
|
|
||||||
|
|
||||||
inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
|
inputs.nixpkgs.url = "nixpkgs/nixos-20.03-small";
|
||||||
|
|
||||||
outputs = { self, nixpkgs }:
|
outputs = { self, nixpkgs }:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue