Skip to content

Commit

Permalink
disable carob
Browse files Browse the repository at this point in the history
  • Loading branch information
yomaq committed Feb 15, 2025
1 parent e092732 commit ed22cf6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@
};
modules = [ ./hosts/azure ];
};
carob = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs;
};
modules = [ ./hosts/carob ];
};
# carob = nixpkgs.lib.nixosSystem {
# system = "x86_64-linux";
# specialArgs = {
# inherit inputs;
# };
# modules = [ ./hosts/carob ];
# };
teal = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
Expand Down

0 comments on commit ed22cf6

Please sign in to comment.