parent
802074f233
commit
58ae27d6d1
4 changed files with 119 additions and 12 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
pkgs: {
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
jj-vine = pkgs.rustPlatform.buildRustPackage {
|
||||
name = "jj-vine";
|
||||
src = inputs.jj-vine;
|
||||
cargoHash = "sha256-OU3WVLXGsMwpfzDM4sXa4KTGps63MTDvDAE/HREzPS8=";
|
||||
nativeBuildInputs = [ pkgs.jj ];
|
||||
nativeBuildInputs = [ pkgs.jujutsu ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue