This commit is contained in:
zackartz 2024-05-03 18:34:11 -04:00
parent a153cc17d7
commit 6baf4af337
No known key found for this signature in database
GPG key ID: 5B53E53A9A514DBA

View file

@ -70,7 +70,7 @@ in {
requires = ["docker.service"];
partOf = ["docker.service"];
script = ''
export PATH=${pkgs.coreutils}:$PATH
#!/usr/bin/env bash
${wings}/bin/wings
'';
wantedBy = ["multi-user.target"];