build(nix): Introduce flake.formatter for nix fmt
(#5687)
* build(nix): Introduce flake.formatter for `nix fmt` * chore: Switch to pkgs.nixfmt-rfc-style
This commit is contained in:
parent
da3b9ba2b7
commit
cb5e8f7fc4
2 changed files with 8 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
optionalInt = cond: x: if cond then x else 0;
|
||||
optionalInt = cond: x: if cond then x else 0;
|
||||
in
|
||||
singularity-tools.buildImage rec {
|
||||
inherit (llama-cpp) name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue