diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 21:40:39 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-16 21:40:39 -0400 |
| commit | e82c5b326afdc91fb30f5d83136ce94a64efc66f (patch) | |
| tree | b77b7733bffdccc6e19146ffead1428f1857a360 /flake.nix | |
| parent | b33f5b96e8b659a28e29d7df3fa63669b1e7b316 (diff) | |
allow unfree
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
