1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 23:12:49 -05:00

flake: update to new monorepo structure (#701)

* nix: move alejandra.toml to root

* nix: build using local dms cli

* workflow: update update-vendor-hash to new structure
This commit is contained in:
Lucas
2025-11-13 02:26:03 -03:00
committed by GitHub
parent 5efc1f9dad
commit 12365edcf0
5 changed files with 66 additions and 73 deletions

View File

@@ -122,7 +122,7 @@ in {
};
Service = {
ExecStart = lib.getExe dmsPkgs.dmsCli + " run";
ExecStart = lib.getExe dmsPkgs.dmsCli + " run --session";
Restart = "on-failure";
};