regressed lab-tool to 0.1.0-dev not pretty but it works

This commit is contained in:
Geir Okkenhaug Jerstad 2025-07-04 19:47:54 +02:00
parent b8c5cf2fb4
commit 064948a8ba
3 changed files with 5 additions and 113 deletions

View file

@ -126,6 +126,11 @@
keyMap = "no";
};
# System packages - testing lab tool installation
environment.systemPackages = with pkgs; [
inputs.self.packages.${pkgs.system}.lab
];
# System version
system.stateVersion = "25.05";
}