this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci: escape runtime flake override module

Khue Doan e358d702 6bec2d9d

+1 -1
+1 -1
tests/e2e/run.py
··· 218 218 modules = [ 219 219 disko.nixosModules.disko 220 220 (nixie.outPath + "/examples/configuration.nix") 221 - ({ lib, ... }: {{ 221 + ({{ lib, ... }}: {{ 222 222 networking.hostName = hostName; 223 223 disko.devices.disk.main.device = lib.mkForce "/dev/vda"; 224 224 }})