Skip to content

Commit

Permalink
chore: move back to nativeBuildInputs
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed May 25, 2024
1 parent 8e5b3c0 commit a312c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
};
dependencies = builtins.fromJSON (builtins.readFile ./res/deps.json);
install-dependencies = pkgs.runCommand "install-neorg-dependencies" {
packages = with pkgs; [lua51Packages.luarocks wget];
nativeBuildInputs = with pkgs; [lua51Packages.luarocks wget];
outputHashAlgo = "sha256";
outputHashMode = "recursive";
outputHash = "sha256-SOsIgtmkXTKMZrKUHHzAf+XAshl/J7+DN9RFeLz+DDY=";
Expand Down

0 comments on commit a312c8e

Please sign in to comment.