diff options
| author | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
|---|---|---|
| committer | Grigory Shipunov | 2025-01-02 18:45:55 +0000 |
| commit | ddf9229e156fa70756c33c75e8e5a181305163ae (patch) | |
| tree | d6dbcfe516da2f0b06033073674c0782a89d1d7d /modules/basic-tools/nix.nix | |
| parent | 93a64e881679ac8dd76f67b909df7bc85ac851ce (diff) | |
update cloud to 24.11
Diffstat (limited to 'modules/basic-tools/nix.nix')
| -rw-r--r-- | modules/basic-tools/nix.nix | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
