change rad-dev to inherit in flake.nix
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
e94fe7d7f2
commit
63ca84cfb8
@ -164,6 +164,7 @@
|
|||||||
lib = self;
|
lib = self;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
inherit (lib.rad-dev.systems) genSystems;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
inherit (self) outputs; # for hydra
|
inherit (self) outputs; # for hydra
|
||||||
@ -172,11 +173,7 @@
|
|||||||
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs; };
|
hydraJobs = import ./hydra/jobs.nix { inherit inputs outputs; };
|
||||||
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
|
formatter = forEachSystem (system: nixpkgs.legacyPackages.${system}.nixfmt-rfc-style);
|
||||||
|
|
||||||
nixosConfigurations =
|
nixosConfigurations = genSystems inputs src (src + "/systems");
|
||||||
let
|
|
||||||
genSystems = lib.rad-dev.systems.genSystems;
|
|
||||||
in
|
|
||||||
genSystems inputs src (src + "/systems");
|
|
||||||
|
|
||||||
devShell = lib.mapAttrs (
|
devShell = lib.mapAttrs (
|
||||||
system: sopsPkgs:
|
system: sopsPkgs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user