nixfiles/home/dev/all/deploy-rs.nix

2 lines
79 B
Nix
Raw Normal View History

2022-02-15 11:04:08 +00:00
{ pkgs, inputs, ... }: { home.packages = with pkgs.deploy-rs; [ deploy-rs ]; }