update flake, remove grapejuice, remove system_tools

also temporarily removes hydra jobs
This commit is contained in:
2024-09-05 01:27:56 -04:00
parent b80a8cbc36
commit 47df7fb172
5 changed files with 76 additions and 207 deletions

View File

@ -1,5 +1,5 @@
{
description = "NixOS configuration for RAD-Development Servers";
description = "NixOS configuration for my machines";
nixConfig = {
substituters = [
@ -101,14 +101,6 @@
};
};
system_tools = {
url = "github:RAD-Development/system_tools";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
wired-notify = {
url = "github:Toqozz/wired-notify";
inputs = {
@ -147,7 +139,7 @@
rec {
inherit lib; # for allowing use of custom functions in nix repl
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; };
#hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs systems; };
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
nixosConfigurations = genSystems inputs outputs src (src + "/systems");