From ddf9229e156fa70756c33c75e8e5a181305163ae Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Thu, 2 Jan 2025 18:45:55 +0000 Subject: update cloud to 24.11 --- modules/basic-tools/nix.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/basic-tools') diff --git a/modules/basic-tools/nix.nix b/modules/basic-tools/nix.nix index 0b1b8ea..9faa527 100644 --- a/modules/basic-tools/nix.nix +++ b/modules/basic-tools/nix.nix @@ -16,4 +16,6 @@ in builtins.mapAttrs (_name: v: { flake = v; }) flakes; nix.nixPath = lib.mapAttrsToList (name: value: "${name}=${value.outPath}") inputs.self.inputs; + + nixpkgs.config.allowUnfree = true; } -- cgit v1.3.1