about summary refs log tree commit diff
path: root/machines/labnet/website-vm.nix
blob: ceb720947ef43d98d5d57d78a6950b002267e761 (plain) (blame)
1
2
3
4
5
6
7
8
9
# stub for the openlab website VM, which isn’t a nixos,
# but still needs some stuff built.
{ pkgs, lib, config, ... }:

{
  environment.systemPackages = with pkgs; [
    vuizvui.openlab.gitit
  ];
}