*.nix: nixfmt
nix shell github:piegamesde/nixfmt/rfc101-style --command \ nixfmt flake.nix .devops/nix/*.nix
This commit is contained in:
parent
fea0239e24
commit
34f2477854
1 changed files with 82 additions and 80 deletions
|
@ -97,7 +97,8 @@ let
|
|||
];
|
||||
in
|
||||
|
||||
effectiveStdenv.mkDerivation (finalAttrs: {
|
||||
effectiveStdenv.mkDerivation (
|
||||
finalAttrs: {
|
||||
name = "llama.cpp";
|
||||
src = ../../.;
|
||||
meta = {
|
||||
|
@ -179,4 +180,5 @@ effectiveStdenv.mkDerivation (finalAttrs: {
|
|||
inputsFrom = [ finalAttrs.finalPackage ];
|
||||
};
|
||||
};
|
||||
})
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue