summary refs log tree commit diff
path: root/nix/nixpkgs-pinned.nix
blob: 78064ca0ce121aaf766a163fde1c24c07fc89d90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
let
  # nixos unstable 2021-06-10
  commit = "432fc2d9a67f92e05438dff5fdc2b39d33f77997";
  sha256 = "0npj480pxjzl5vjsbijsn275z48jpqpjp0q5xbwpr3fx6m8lcvr6";
in

import (builtins.fetchTarball {
  url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
  inherit sha256;
})