treewide: fix eval after Nixpkgs maintainer changes
This commit is contained in:
parent
6ea6fafa3e
commit
c514e862cd
5 changed files with 18 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let cfg = config.programs.script-directory;
|
||||
in {
|
||||
meta.maintainers = [ lib.maintainers.janik ];
|
||||
meta.maintainers = [ lib.hm.maintainers.janik ];
|
||||
|
||||
options.programs.script-directory = {
|
||||
enable = lib.mkEnableOption "script-directory";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue