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

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