summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix
index bf412444..e5aa1329 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,14 +27,20 @@
27 owner = "serokell"; 27 owner = "serokell";
28 repo = "deploy-rs"; 28 repo = "deploy-rs";
29 ref = "master"; 29 ref = "master";
30 inputs.nixpkgs.follows = "nixpkgs"; 30 inputs = {
31 nixpkgs.follows = "nixpkgs";
32 flake-compat.follows = "flake-compat";
33 };
31 }; 34 };
32 nvfetcher = { 35 nvfetcher = {
33 type = "github"; 36 type = "github";
34 owner = "berberman"; 37 owner = "berberman";
35 repo = "nvfetcher"; 38 repo = "nvfetcher";
36 ref = "master"; 39 ref = "master";
37 inputs.nixpkgs.follows = "nixpkgs"; 40 inputs = {
41 nixpkgs.follows = "nixpkgs";
42 flake-compat.follows = "flake-compat";
43 };
38 }; 44 };
39 flake-compat = { 45 flake-compat = {
40 type = "github"; 46 type = "github";