Regenerated
This commit is contained in:
+313
-316
File diff suppressed because it is too large
Load Diff
+1
-4
@@ -1278,12 +1278,9 @@ in
|
||||
#+BEGIN_SRC nix :tangle generated/modules/traveldroid/system/copy_scripts.nix :noweb yes :mkdirp yes :eval never
|
||||
{ config, pkgs, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
scriptsSrc = "${flakeRoot}/generated/.config/scripts";
|
||||
in
|
||||
{
|
||||
home.file.".config/scripts" = {
|
||||
source = scriptsSrc;
|
||||
source = flakeRoot + "/generated/.config/scripts";
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
{ config, pkgs, flakeRoot, ... }:
|
||||
|
||||
let
|
||||
scriptsSrc = "${flakeRoot}/generated/.config/scripts";
|
||||
in
|
||||
{
|
||||
home.file.".config/scripts" = {
|
||||
source = scriptsSrc;
|
||||
source = flakeRoot + "/generated/.config/scripts";
|
||||
recursive = true;
|
||||
executable = true;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user