1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

distrobump

This commit is contained in:
Kierán Meinhardt
2019-04-21 08:32:31 +02:00
parent 84ec40588b
commit 9dd2895a3c
3 changed files with 15 additions and 30 deletions

13
configs/distrobump.nix Normal file
View File

@@ -0,0 +1,13 @@
{ lib, config, pkgs, ... }:
{
imports = [
(import <stockholm/makefu/3modules/bump-distrowatch.nix> {
inherit lib config;
pkgs = pkgs // {
writeDash = pkgs.unstable.writers.writeDash;
};
})
];
makefu.distrobump.enable = true;
}