From e9428a1d4a2fb2b8056c221db451b52b77fd8f39 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sat, 20 May 2023 14:51:01 +0200 Subject: add more follows --- flake.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c539d76..63c865b 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,10 @@ microvm = { url = "github:astro/microvm.nix"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "flake-utils"; + }; }; fenix = { @@ -28,12 +31,18 @@ lanzaboote = { url = "github:nix-community/lanzaboote"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs = { + nixpkgs.follows = "nixpkgs-unstable"; + flake-utils.follows = "flake-utils"; + }; }; emacs-overlay = { url = "github:nix-community/emacs-overlay"; - inputs.nixpkgs.follows = "nixpkgs-unstable"; + inputs = { + nixpkgs.follows = "nixpkgs-unstable"; + flake-utils.follows = "flake-utils"; + }; }; }; -- cgit v1.3.1