[ create a new paste ] login | about

Link: http://codepad.org/PiboEjp8    [ raw code | fork ]

Plain Text, pasted on Sep 15:
1
2
3
4
5
6
7
8
let
  # channelrev taken from https://status.nixos.org/ for nixos-20.09
  channelrev = "61525137fd1002f6f2a5eb0ea27d480713362cd5";

  channelurl = "https://github.com/NixOS/nixpkgs-channels/archive/${channelrev}.tar.gz";
in
  import (fetchTarball channelurl) {}



Create a new paste based on this one


Comments: