Regenerated
This commit is contained in:
+318
-318
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -1279,13 +1279,13 @@ in
|
||||
{ lib, config, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
username = config.defaultUser or "henrov";
|
||||
scriptsPath = flakeRoot + "/generated/.config/scripts";
|
||||
basePath = flakeRoot + "/generated";
|
||||
scriptsPath = basePath + "/.config/scripts";
|
||||
|
||||
scriptFiles = lib.filesystem.listFilesRecursive scriptsPath;
|
||||
|
||||
toRelative = file:
|
||||
lib.path.removePrefix basePath file;
|
||||
lib.path.removePrefix (lib.path.append flakeRoot "generated") file;
|
||||
|
||||
toFileEntry = file: {
|
||||
name = toRelative file;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
{ lib, config, pkgs, flakeRoot, ... }:
|
||||
let
|
||||
username = config.defaultUser or "henrov";
|
||||
scriptsPath = flakeRoot + "/generated/.config/scripts";
|
||||
basePath = flakeRoot + "/generated";
|
||||
scriptsPath = basePath + "/.config/scripts";
|
||||
|
||||
scriptFiles = lib.filesystem.listFilesRecursive scriptsPath;
|
||||
|
||||
toRelative = file:
|
||||
lib.path.removePrefix basePath file;
|
||||
lib.path.removePrefix (lib.path.append flakeRoot "generated") file;
|
||||
|
||||
toFileEntry = file: {
|
||||
name = toRelative file;
|
||||
|
||||
Reference in New Issue
Block a user