From 76d34cdb5dc35d10badfe88769ba4987e22fc40b Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Sun, 13 Nov 2022 20:37:34 +0100 Subject: data: synchronize inputs --- flake.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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 }: -- cgit v1.2.3