update flake, remove grapejuice, remove system_tools
also temporarily removes hydra jobs
This commit is contained in:
12
flake.nix
12
flake.nix
@ -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");
|
||||
|
Reference in New Issue
Block a user