home-lab/packages/lab-tool/default.nix
2025-06-16 13:43:21 +02:00

3 lines
209 B
Nix

# Default.nix for lab-tool
# Provides the lab-tool package for inclusion in other Nix expressions
(import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz") {}).callPackage ./. {}