From 6dbae910cf88e0d7a0cf557d04ae867284cef763 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 27 Jan 2026 13:34:38 -0800 Subject: flake: make inputs follow system nixpkgs --- flake.nix | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 4145197..c0a9f9c 100644 --- a/flake.nix +++ b/flake.nix @@ -14,8 +14,15 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - impermanence.url = "github:nix-community/impermanence"; - nix-minecraft.url = "github:Infinidoge/nix-minecraft"; + impermanence = { + url = "github:nix-community/impermanence"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + nix-minecraft = { + url = "github:Infinidoge/nix-minecraft"; + inputs.nixpkgs.follows = "nixpkgs"; + }; k95aux = { url = "github:CartConnoisseur/k95aux"; -- cgit v1.2.3