summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-11-13 20:37:34 +0100
committerQuentin Aristote <quentin@aristote.fr>2022-11-13 20:37:34 +0100
commit76d34cdb5dc35d10badfe88769ba4987e22fc40b (patch)
treeb55fddbe694d8e7ba7caa7779ebeef49a2cfd495 /flake.nix
parent122631538f9446b8a99c217672f3835ff2e06a5e (diff)
data: synchronize inputs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 570cde9..d583353 100644
--- a/flake.nix
+++ b/flake.nix
@@ -3,7 +3,13 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
- data.url = "github:qaristote/info";
+ data = {
+ url = "github:qaristote/info";
+ inputs = {
+ nixpkgs.follows = "";
+ flake-utils.follows = "";
+ };
+ };
};
outputs = { self, nixpkgs, flake-utils, data }: