summaryrefslogtreecommitdiffstats
path: root/nin/2configs/nixpkgs.nix
blob: 27a845bd50e9790875ab63eb8519cee88a0bbd25 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  krebs.build.source.nixpkgs.git = {
    url = https://github.com/nixos/nixpkgs;
    ref = "d2cd8a0";
  };
}