dynamically generate archiveteam containers
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -56,7 +56,7 @@
|
||||
# type:
|
||||
# fileList :: Path -> String -> [Path]
|
||||
fileList = dir: map (file: dir + "/${file}") (ls dir);
|
||||
createContainers =
|
||||
createTemplatedContainers =
|
||||
containers: container-spec:
|
||||
builtins.listToAttrs (
|
||||
lib.flatten (
|
||||
@ -70,6 +70,7 @@
|
||||
)
|
||||
);
|
||||
|
||||
# Converts an integer into a string
|
||||
parseInt =
|
||||
num:
|
||||
let
|
||||
|
Reference in New Issue
Block a user