From 89b04492f6e82d4305aefacdef4aec51406cfe1c Mon Sep 17 00:00:00 2001 From: Sander Date: Mon, 27 Jan 2025 19:52:18 +0400 Subject: [PATCH] examples: fix nur import --- examples/nur/devenv.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nur/devenv.nix b/examples/nur/devenv.nix index fab9cf81c..9ca0797bb 100644 --- a/examples/nur/devenv.nix +++ b/examples/nur/devenv.nix @@ -1,7 +1,7 @@ { pkgs, inputs, config, ... }: { - imports = [ inputs.nur.nixosModules.nur ]; + imports = [ inputs.nur.modules.nixos.default ]; # see the list of repos at https://nur.nix-community.org/documentation/ packages = [