Use vendored deps in nix build
This commit is contained in:
parent
630561f6e0
commit
aa54485f5d
|
|
@ -18,7 +18,7 @@
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
# Run 'nix build' and update this hash if dependencies change
|
# Run 'nix build' and update this hash if dependencies change
|
||||||
vendorHash = "sha256-+2MQjfwWwfjmPJ5TmC95NCPfMlXTyCZtlW+YEppCFgk=";
|
vendorHash = null;
|
||||||
|
|
||||||
subPackages = [ "cmd/musiclink" ];
|
subPackages = [ "cmd/musiclink" ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue