som more deploy-rs mods

This commit is contained in:
William 2025-10-16 15:30:01 -03:00
parent 3792c11bf0
commit 0cf06f8541
3 changed files with 17 additions and 14 deletions

View file

@ -8,8 +8,10 @@
packages = with pkgs; [
nil
nixfmt-rfc-style
inputs.deploy-rs.packages.${pkgs.system}.default
];
shellHook = ''
alias deploy='${inputs.deploy-rs.packages.${pkgs.system}.default}/bin/deploy --skip-checks'
'';
};
};
}