summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix13
1 files changed, 5 insertions, 8 deletions
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";
};
};