rename plusultra to metacfg
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
b22607a4df
commit
04f08d679e
48 changed files with 149 additions and 149 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
let
|
||||
inherit (lib) mapAttrsToList concatStringsSep;
|
||||
inherit (lib.plusultra) override-meta;
|
||||
inherit (lib.metacfg) override-meta;
|
||||
|
||||
substitute = args: builtins.readFile (substituteAll args);
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
}:
|
||||
|
||||
let
|
||||
inherit (lib.plusultra) override-meta;
|
||||
inherit (lib.metacfg) override-meta;
|
||||
|
||||
new-meta = with lib; {
|
||||
description = "A helper show the current git revision of the system configuration.";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue