summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2026-06-16 21:40:39 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2026-06-16 21:40:39 -0400
commite82c5b326afdc91fb30f5d83136ce94a64efc66f (patch)
treeb77b7733bffdccc6e19146ffead1428f1857a360
parentb33f5b96e8b659a28e29d7df3fa63669b1e7b316 (diff)
allow unfree
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 71006ec..b7d3714 100644
--- a/flake.nix
+++ b/flake.nix
@@ -26,6 +26,7 @@
26 system = "aarch64-darwin"; 26 system = "aarch64-darwin";
27 specialArgs = { inherit inputs; }; 27 specialArgs = { inherit inputs; };
28 modules = [ 28 modules = [
29 { nixpkgs.config.allowUnfree = true; }
29 inputs.determinate.darwinModules.default 30 inputs.determinate.darwinModules.default
30 ./hosts/RyanMac/configuration.nix 31 ./hosts/RyanMac/configuration.nix
31 home-manager.darwinModules.home-manager 32 home-manager.darwinModules.home-manager