continuwuity from nixpkgs

This commit is contained in:
Aleksandr Lebedev 2025-08-12 01:12:00 +02:00
parent 984e39fa72
commit 1a495864f1
4 changed files with 67 additions and 90 deletions

View file

@ -7,5 +7,6 @@ mkShell {
packages = with pkgs; [
deploy-rs
custom.deploy-rs-online
nix-init
];
}