mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -06:00
formatting
This commit is contained in:
parent
cfd29c576d
commit
c3514988d3
3 changed files with 7 additions and 8 deletions
|
@ -64,9 +64,7 @@ let
|
|||
]);
|
||||
|
||||
flakeVer =
|
||||
flake:
|
||||
"${flake.shortRev or flake.dirtyShortRev}-${mkDate (toString flake.lastModifiedDate)}";
|
||||
|
||||
flake: "${flake.shortRev or flake.dirtyShortRev}-${mkDate (toString flake.lastModifiedDate)}";
|
||||
|
||||
isNixFile = p: hasSuffix ".nix" p;
|
||||
isDefaultNixFile = p: hasSuffix "default.nix" p;
|
||||
|
|
|
@ -16,13 +16,14 @@ let
|
|||
inherit version;
|
||||
|
||||
};
|
||||
lang-server = rocPkgs.lang-server.overrideAttrs {
|
||||
inherit version;
|
||||
};
|
||||
lang-server = rocPkgs.lang-server.overrideAttrs { inherit version; };
|
||||
|
||||
in
|
||||
{
|
||||
config = mkIfIn "roc" cfg {
|
||||
environment.systemPackages = [roc lang-server];
|
||||
environment.systemPackages = [
|
||||
roc
|
||||
lang-server
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
@ -25,4 +25,4 @@ buildGoModule {
|
|||
--zsh <(OIZYS_SKIP_CHECK=true $out/bin/oizys completion zsh)
|
||||
'';
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue