input -> inputs

This commit is contained in:
niten 2022-05-30 16:08:03 -07:00
parent d9f744ac19
commit 1fdfabc55c
1 changed files with 1 additions and 1 deletions

View File

@ -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; }; };