I'm dumb
This commit is contained in:
parent
97237f3362
commit
45653f68cb
2 changed files with 11 additions and 11 deletions
|
@ -22,14 +22,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
# flake.checks = let
|
||||
# build = _: nc: nc.config.system.build.toplevel;
|
||||
# in {
|
||||
# x86_64-linux = lib.mapAttrs build {
|
||||
# inherit (self.nixosConfigurations) picard;
|
||||
# };
|
||||
# aarch64-linux = {
|
||||
# inherit (self.nixosConfigurations) sisko; #pbp;
|
||||
# };
|
||||
# };
|
||||
flake.checks = let
|
||||
build = _: nc: nc.config.system.build.toplevel;
|
||||
in {
|
||||
x86_64-linux = lib.mapAttrs build {
|
||||
inherit (self.nixosConfigurations) picard;
|
||||
};
|
||||
aarch64-linux = lib.mapAttrs build {
|
||||
inherit (self.nixosConfigurations) sisko; #pbp;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue