mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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 ];
|
||||
|
|
|
@ -22,7 +22,7 @@ buildGoModule {
|
|||
installShellCompletion --cmd oizys \
|
||||
--zsh <(OIZYS_SKIP_CHECK=true $out/bin/oizys completion zsh)
|
||||
'';
|
||||
|
||||
|
||||
postFixup = ''
|
||||
wrapProgram $out/bin/oizys \
|
||||
--prefix PATH ${lib.makeBinPath [ gh ]}
|
||||
|
|
Loading…
Reference in a new issue