mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-23 01:49:08 +01:00
Replace deploy-rs with nh for remote push deployments
This commit is contained in:
parent
5c61459fe7
commit
fee1ddd9a9
5 changed files with 6 additions and 100 deletions
|
|
@ -1,12 +1,11 @@
|
|||
_: {
|
||||
perSystem =
|
||||
{ inputs', pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
devShells.default = pkgs.mkShellNoCC {
|
||||
packages = [
|
||||
pkgs.just
|
||||
pkgs.nh
|
||||
inputs'.deploy-rs.packages.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue