We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa8a557 commit bcf7623Copy full SHA for bcf7623
1 file changed
flake.nix
@@ -12,6 +12,7 @@
12
url = "github:edolstra/flake-compat";
13
flake = false;
14
};
15
+ quarkdown.url = "github:iamgio/quarkdown";
16
teracli.url = "github:chevdor/tera-cli";
17
18
@@ -22,6 +23,7 @@
22
23
flake-utils,
24
flake-compat,
25
gitignore,
26
+ quarkdown,
27
teracli,
28
}:
29
flake-utils.lib.eachDefaultSystem (
@@ -62,6 +64,7 @@
62
64
luajitPackages.luarocks
63
65
mold
66
nodejs
67
+ quarkdown.defaultPackage.${system}
68
rustc
69
satysfi
70
sile
0 commit comments