mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
nix format
This commit is contained in:
parent
907a1689d6
commit
55e827afc8
2 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
{
|
{ inputs, enabled, ... }:
|
||||||
inputs,
|
|
||||||
enabled,
|
|
||||||
...
|
|
||||||
}:
|
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [ inputs.nixos-wsl.nixosModules.default ];
|
imports = [ inputs.nixos-wsl.nixosModules.default ];
|
||||||
|
|
|
@ -22,7 +22,7 @@ buildGoModule {
|
||||||
installShellCompletion --cmd oizys \
|
installShellCompletion --cmd oizys \
|
||||||
--zsh <(OIZYS_SKIP_CHECK=true $out/bin/oizys completion zsh)
|
--zsh <(OIZYS_SKIP_CHECK=true $out/bin/oizys completion zsh)
|
||||||
'';
|
'';
|
||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/oizys \
|
wrapProgram $out/bin/oizys \
|
||||||
--prefix PATH ${lib.makeBinPath [ gh ]}
|
--prefix PATH ${lib.makeBinPath [ gh ]}
|
||||||
|
|
Loading…
Reference in a new issue