Skip to content

Commit a312c8e

Browse files
committed
chore: move back to nativeBuildInputs
1 parent 8e5b3c0 commit a312c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
};
4848
dependencies = builtins.fromJSON (builtins.readFile ./res/deps.json);
4949
install-dependencies = pkgs.runCommand "install-neorg-dependencies" {
50-
packages = with pkgs; [lua51Packages.luarocks wget];
50+
nativeBuildInputs = with pkgs; [lua51Packages.luarocks wget];
5151
outputHashAlgo = "sha256";
5252
outputHashMode = "recursive";
5353
outputHash = "sha256-SOsIgtmkXTKMZrKUHHzAf+XAshl/J7+DN9RFeLz+DDY=";

0 commit comments

Comments
 (0)