mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-23 02:40:45 -06:00
6 lines
121 B
Nix
6 lines
121 B
Nix
|
{pkgs, ...}: {
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
(writeScriptBin "styx" (builtins.readFile ./styx))
|
||
|
];
|
||
|
}
|