mirror of
https://github.com/numtide/flake-utils.git
synced 2025-03-05 08:27:04 +00:00
remove deprecated flake edition
This commit is contained in:
parent
18a33a4d44
commit
4fbce19a7a
2 changed files with 1 additions and 5 deletions
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
description = "Flake utils demo";
|
||||
edition = 201909;
|
||||
|
||||
inputs.utils = {
|
||||
uri = "github:numtide/flake-utils";
|
||||
};
|
||||
inputs.utils.uri = "github:numtide/flake-utils";
|
||||
|
||||
outputs = { self, nixpkgs, utils }:
|
||||
utils.lib.eachDefaultSystem (system:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
description = "Pure Nix flake utility functions";
|
||||
edition = 201909;
|
||||
outputs = { self }: {
|
||||
lib = import ./.;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue