mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
files/mutable-files: update script
This commit is contained in:
parent
7c203ab665
commit
365877f6a0
@ -142,9 +142,11 @@ in
|
|||||||
'')
|
'')
|
||||||
cfg;
|
cfg;
|
||||||
|
|
||||||
script = pkgs.writeShellScript "fetch-mutable-files" ''
|
script = pkgs.writeShellApplication {
|
||||||
${lib.concatStringsSep "\n" mutableFilesCmds}
|
name = "fetch-mutable-files";
|
||||||
'';
|
runtimeInputs = with pkgs; [ archiver curl git gopass ];
|
||||||
|
text = "${lib.concatStringsSep "\n" mutableFilesCmds}";
|
||||||
|
};
|
||||||
in
|
in
|
||||||
builtins.toString script;
|
builtins.toString script;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user