Merge branch 'avoid-digga' of github.com:aciceri/fleet into avoid-digga
This commit is contained in:
commit
55ead06206
13 changed files with 65 additions and 12 deletions
|
@ -45,8 +45,8 @@
|
|||
};
|
||||
|
||||
mkConfigurations = {
|
||||
thinkpad = mkConfiguration {
|
||||
name = "thinkpad";
|
||||
pc = mkConfiguration {
|
||||
name = "pc";
|
||||
system = supportedSystems.x86_64-linux;
|
||||
modules = [];
|
||||
};
|
||||
|
@ -69,6 +69,8 @@
|
|||
mkVmApp system configurations.${configurationName}
|
||||
));
|
||||
|
||||
formatter = lib.perSystem (system: pkgsFor.${system}.alejandra);
|
||||
|
||||
formatApp = lib.perSystem (
|
||||
system: {
|
||||
format = {
|
||||
|
@ -102,5 +104,5 @@
|
|||
};
|
||||
});
|
||||
in {
|
||||
inherit lib mkConfigurations mkVmApps supportedSystems formatApp mkDevShell checkFormatting;
|
||||
inherit lib mkConfigurations mkVmApps supportedSystems formatApp formatter mkDevShell checkFormatting;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue