summary refs log tree commit diff
path: root/nix/nixpkgs-pinned.nix
blob: 4b348d3c8845136e775d2341ff59f492734875c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
let
  # nixos unstable 2022-02-22
  commit = "7f9b6e2babf232412682c09e57ed666d8f84ac2d";
  sha256 = "03nb8sbzgc3c0qdr1jbsn852zi3qp74z4qcy7vrabvvly8rbixp2";
in

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