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

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