Files
sydnix/scripts/sydnix-cli/shell.nix
Madeleine Sydney Ślaga ea0c455824 refactor(sydnix-cli): rewrite sydnix-cli
holy shit. why. why did i write the first version LOL. so fucking ocmplicated. and half broken.
2025-12-01 14:22:30 -07:00

8 lines
94 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
babashka
];
}