her.esy.fun/shell.nix
Yann Esposito (Yogsototh) 31fe5a7bb4
added REAL RSS generator
2019-09-24 17:55:59 +02:00

6 lines
194 B
Nix

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