tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
seatd: add meta.mainProgram
NotAShelf
2 years ago
6a0d58d4
8bcc8ea8
+1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
seatd
default.nix
+1
pkgs/applications/misc/seatd/default.nix
···
47
license = lib.licenses.mit;
48
maintainers = with lib.maintainers; [ emantor ];
49
platforms = with lib.platforms; freebsd ++ linux ++ netbsd;
0
50
};
51
})
···
47
license = lib.licenses.mit;
48
maintainers = with lib.maintainers; [ emantor ];
49
platforms = with lib.platforms; freebsd ++ linux ++ netbsd;
50
+
mainProgram = "seatd";
51
};
52
})