diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-10-11 11:59:34 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-10-11 12:08:03 -0600 |
| commit | 037a099639c3a359b006493b481a38701febb81e (patch) | |
| tree | 90af5c211950a57bd74f621900d786d1f94a669e | |
| parent | 2922b9a8df95f8912537bc7cb4ebe5ec87b6d600 (diff) | |
flake: make nur nixpkgs follow local nixpkgs
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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"; |
