Files
snow/shell.nix
2025-06-28 13:02:00 +02:00

7 lines
91 B
Nix

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