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

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