shell: add deploy-rs as input for shell
This commit is contained in:
parent
3d92ae90e7
commit
0fbb4e1de7
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@
|
|||
in import nixpkgs { overlays = [ ]; }, ... }: {
|
||||
default = pkgs.mkShell {
|
||||
NIX_CONFIG = "extra-experimental-features = nix-command flakes";
|
||||
nativeBuildInputs = with pkgs; [ home-manager git nh ];
|
||||
nativeBuildInputs = with pkgs; [ home-manager git nh deploy-rs ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue