summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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