Skip to content

Commit

Permalink
Remove StevenBlack Hosts flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Oct 30, 2024
1 parent 561c870 commit 04e492c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
21 changes: 0 additions & 21 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
};
};

hosts = {
url = "github:StevenBlack/hosts";
inputs.nixpkgs.follows = "nixpkgs";
};

nixos-hardware.url = "github:NixOS/nixos-hardware";

home-manager = {
Expand All @@ -54,7 +49,6 @@
, nixos-hardware
, flake-utils
, pre-commit-hooks
, hosts
, ecsls
, catppuccin
, ...
Expand Down Expand Up @@ -135,9 +129,6 @@
catppuccin.nixosModules.catppuccin
home-manager.nixosModules.home-manager
home-manager-config
] ++ [
hosts.nixosModule
({ networking.stevenBlackHosts.enable = true; })
] ++ specific-modules;
};
in
Expand Down

0 comments on commit 04e492c

Please sign in to comment.