From 5c31a659c1c975c0b3ca171c9c6798fc8a662c2b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Mar 2022 08:00:34 +0200 Subject: bump --- flake.nix | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index bf412444..e5aa1329 100644 --- a/flake.nix +++ b/flake.nix @@ -27,14 +27,20 @@ owner = "serokell"; repo = "deploy-rs"; ref = "master"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-compat.follows = "flake-compat"; + }; }; nvfetcher = { type = "github"; owner = "berberman"; repo = "nvfetcher"; ref = "master"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-compat.follows = "flake-compat"; + }; }; flake-compat = { type = "github"; -- cgit v1.2.3