diff options
| author | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 20:37:34 +0100 |
|---|---|---|
| committer | Quentin Aristote <quentin@aristote.fr> | 2022-11-13 20:37:34 +0100 |
| commit | 76d34cdb5dc35d10badfe88769ba4987e22fc40b (patch) | |
| tree | b55fddbe694d8e7ba7caa7779ebeef49a2cfd495 /flake.nix | |
| parent | 122631538f9446b8a99c217672f3835ff2e06a5e (diff) | |
data: synchronize inputs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 }: |
