aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index b48ab94..5353cf8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,8 @@
27 url = "github:homebrew/homebrew-cask"; 27 url = "github:homebrew/homebrew-cask";
28 flake = false; 28 flake = false;
29 }; 29 };
30 # Linux builder on macos
31 virby.url = "github:quinneden/virby-nix-darwin";
30 }; 32 };
31 33
32 outputs = { nixpkgs, home-manager, ... }@inputs: { 34 outputs = { nixpkgs, home-manager, ... }@inputs: {
@@ -35,6 +37,7 @@
35 specialArgs = { inherit inputs; }; 37 specialArgs = { inherit inputs; };
36 modules = [ 38 modules = [
37 { nixpkgs.config.allowUnfree = true; } 39 { nixpkgs.config.allowUnfree = true; }
40 inputs.virby.darwinModules.default
38 ./hosts/RyanMac/configuration.nix 41 ./hosts/RyanMac/configuration.nix
39 home-manager.darwinModules.home-manager 42 home-manager.darwinModules.home-manager
40 { 43 {