From 037a099639c3a359b006493b481a38701febb81e Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 11 Oct 2025 11:59:34 -0600 Subject: flake: make nur nixpkgs follow local nixpkgs --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 35dd05b..dd3239d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nur.url = "github:nix-community/NUR"; + nur = { + url = "github:nix-community/NUR"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + impermanence.url = "github:nix-community/impermanence"; hm-isolation.url = "github:3442/hm-isolation"; -- cgit v1.2.3