82089f213e
History was reset for the first public release, as the standard of commit messages would have set a bad example...
4 lines
102 B
Nix
4 lines
102 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = [ pkgs.buildPackages.glibc ];
|
|
}
|