nix-server/shell.nix

8 lines
103 B
Nix

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