diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:39:40 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 22:39:40 +0100 |
| commit | 19a0c33863da3223145e4e1c1315d5332ff53df5 (patch) | |
| tree | 0f2f0de28a080cb8003c5b18c7b0f20767bdcd76 /flake.nix | |
| parent | b0cb171f641dca185cad98506d6c0e104c67dab0 (diff) | |
flake: use utils from registry; debug input follows
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -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"; }; }; |
