working on zsh
This commit is contained in:
@@ -650,6 +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
|
#+BEGIN_SRC nix :tangle generated/system/applications/packages.nix :noweb tangle :mkdirp yes :eval never-html
|
||||||
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
{ config, lib, pkgs, flakeRoot, inputs, ... }:
|
||||||
let
|
let
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
packagesConfPath = "${flakeRoot}/assets/common/apps/packages.conf";
|
packagesConfPath = "${flakeRoot}/assets/common/apps/packages.conf";
|
||||||
raw = builtins.readFile packagesConfPath;
|
raw = builtins.readFile packagesConfPath;
|
||||||
# IMPORTANT: explicit "\n" so we never accidentally split into characters
|
# IMPORTANT: explicit "\n" so we never accidentally split into characters
|
||||||
|
|||||||
Reference in New Issue
Block a user