refactor overlays
This commit is contained in:
parent
8694c7d81f
commit
802074f233
9 changed files with 119 additions and 124 deletions
9
pkgs/default.nix
Normal file
9
pkgs/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs, ... }:
|
||||
pkgs: {
|
||||
jj-vine = pkgs.rustPlatform.buildRustPackage {
|
||||
name = "jj-vine";
|
||||
src = inputs.jj-vine;
|
||||
cargoHash = "sha256-OU3WVLXGsMwpfzDM4sXa4KTGps63MTDvDAE/HREzPS8=";
|
||||
nativeBuildInputs = [ pkgs.jj ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue