summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xflake.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/flake.nix b/flake.nix

index 33e2b6b..afc16b4 100755 --- a/flake.nix +++ b/flake.nix
@@ -337,29 +337,6 @@ }; }; - Arc = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - ./host/Arc/configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - lix-module.nixosModules.default - ( - { ... }: - { - nix = { - registry.nixpkgs.flake = nixpkgs; - nixPath = [ "nixpkgs=${nixpkgs.outPath}" ]; - }; - } - ) - ]; - specialArgs = { - inherit home-manager; - inherit nixpkgs-stable; - }; - }; - Rory-portable = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [