her.esy.fun/shell.nix

6 lines
194 B
Nix
Raw Normal View History

2019-09-24 15:55:59 +00:00
# { pkgs ? import <nixpkgs> {} }:
{ pkgs ? import (fetchTarball https://github.com/NixOS/nixpkgs/archive/19.09-beta.tar.gz) {} }:
pkgs.mkShell {
buildInputs = [ pkgs.html-xml-utils ];
}