nix-server/shell.nix

7 lines
91 B
Nix
Raw Normal View History

2024-09-19 12:40:19 +00:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
packages = with pkgs; [
hcloud
];
}