diff options
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"; }; }; |
