From 9fca7b4624755954c41edd1f5b35331f48c3c992 Mon Sep 17 00:00:00 2001 From: sefidel Date: Sun, 4 Aug 2024 01:30:23 +0900 Subject: feat(flake): make inputs follow our nixpkgs input --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c6c7350..d15bdc4 100644 --- a/flake.nix +++ b/flake.nix @@ -27,8 +27,10 @@ flake-compat.flake = false; hydra.url = "github:NixOS/hydra"; + hydra.inputs.nixpkgs.follows = "unstable"; attic.url = "github:zhaofengli/attic"; + attic.inputs.nixpkgs.follows = "unstable"; neovim-nightly.url = "github:nix-community/neovim-nightly-overlay"; neovim-nightly.inputs.nixpkgs.follows = "unstable"; -- cgit 1.4.1