3 lines
209 B
Nix
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 ./. {}
|