input -> inputs
This commit is contained in:
parent
d9f744ac19
commit
1fdfabc55c
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
description = "Nix-to-EDN converter.";
|
description = "Nix-to-EDN converter.";
|
||||||
|
|
||||||
input = { nixpkgs.url = "nixpkgs/nixos-21.05"; };
|
inputs = { nixpkgs.url = "nixpkgs/nixos-21.05"; };
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: {
|
outputs = { self, nixpkgs }: {
|
||||||
lib = { toEDN = import ./to-edn.nix { inherit (nixpkgs) lib; }; };
|
lib = { toEDN = import ./to-edn.nix { inherit (nixpkgs) lib; }; };
|
||||||
|
|
Loading…
Reference in New Issue