This commit is contained in:
DashieTM 2024-08-31 14:29:16 +02:00
parent 4123f8ccac
commit 34d6f22b61
13 changed files with 153 additions and 61 deletions

View file

@ -24,7 +24,7 @@
outputs =
{ ... }@inputs:
{
nixosConfigurations = (inputs.dashNix.dashNixLib.build_systems [ "example" ] ./.);
nixosConfigurations = (inputs.dashNix.dashNixLib.build_systems ./.);
};
nixConfig = {