2020-11-27 20:56:20 +00:00
|
|
|
let
|
|
|
|
pbbNixfiles = fetchGit {
|
2020-11-29 13:10:49 +00:00
|
|
|
url = "https://gitlab.infra4future.de/infra/dependencies/pbb-nixfiles";
|
2020-11-27 20:56:20 +00:00
|
|
|
rev = "fcfa9a150bdc0c36996db89d6cee07dd5db82373";
|
|
|
|
};
|
|
|
|
in {
|
|
|
|
imports = [
|
|
|
|
"${pbbNixfiles}/modules"
|
|
|
|
];
|
|
|
|
nixpkgs.overlays = [
|
|
|
|
(self: super: import "${pbbNixfiles}/pkgs" { nixpkgs = super.path; })
|
|
|
|
];
|
|
|
|
}
|