Skip to content

Commit 27a9884

Browse files
committed
chore: format nix files
1 parent 054ee23 commit 27a9884

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

flake.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,12 @@
2323
];
2424

2525
perSystem =
26-
{ pkgs, lib, config, ... }:
26+
{
27+
pkgs,
28+
lib,
29+
config,
30+
...
31+
}:
2732
let
2833
# Change here to typst-dev if needed
2934
typst = pkgs.nixpkgs-unstable.typst;

0 commit comments

Comments
 (0)