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;
|
||||
|
||||
script = pkgs.writeShellScript "fetch-mutable-files" ''
|
||||
${lib.concatStringsSep "\n" mutableFilesCmds}
|
||||
'';
|
||||
script = pkgs.writeShellApplication {
|
||||
name = "fetch-mutable-files";
|
||||
runtimeInputs = with pkgs; [ archiver curl git gopass ];
|
||||
text = "${lib.concatStringsSep "\n" mutableFilesCmds}";
|
||||
};
|
||||
in
|
||||
builtins.toString script;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user