working on zsh
This commit is contained in:
+335
-335
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -650,7 +650,7 @@ This will import all packages listed in ./assets/common/apps/packlages.conf
|
||||
#+BEGIN_SRC nix :tangle generated/system/applications/packages.nix :noweb tangle :mkdirp yes :eval never-html
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
let
|
||||
packagesConfPath = "${builtins.toString flakeRoot.outPath}/assets/conf/apps/packages.conf";
|
||||
packagesConfPath = "${flakeRoot}/assets/conf/apps/packages.conf";
|
||||
raw = builtins.readFile packagesConfPath;
|
||||
# IMPORTANT: explicit "\n" so we never accidentally split into characters
|
||||
rawLines = lib.splitString "\n" raw;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||
let
|
||||
packagesConfPath = "${builtins.toString flakeRoot.outPath}/assets/conf/apps/packages.conf";
|
||||
packagesConfPath = "${flakeRoot}/assets/conf/apps/packages.conf";
|
||||
raw = builtins.readFile packagesConfPath;
|
||||
# IMPORTANT: explicit "\n" so we never accidentally split into characters
|
||||
rawLines = lib.splitString "\n" raw;
|
||||
|
||||
Reference in New Issue
Block a user