From 19a0c33863da3223145e4e1c1315d5332ff53df5 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 22:39:40 +0100 Subject: flake: use utils from registry; debug input follows --- flake.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 8da7bfb..dabe071 100644 --- a/flake.nix +++ b/flake.nix @@ -1,14 +1,11 @@ { description = "Source code of Quentin Aristote's personal webpage."; - inputs = { - flake-utils.url = "github:numtide/flake-utils"; - data = { - url = "github:qaristote/info"; - inputs = { - nixpkgs.follows = ""; - flake-utils.follows = ""; - }; + inputs.data = { + url = "github:qaristote/info"; + inputs = { + nixpkgs.follows = "/nixpkgs"; + flake-utils.follows = "/flake-utils"; }; }; -- cgit v1.2.3