mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-03-14 14:10:24 -04:00
more paths
This commit is contained in:
parent
ba1f4556f9
commit
404c498ff8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{pkgs, lib, inputs, ...}:
|
{pkgs, lib, inputs, ...}:
|
||||||
let
|
let
|
||||||
cpkg = import ../../../customPackages { inherit pkgs inputs; };
|
cpkg = import ../../../../customPackages { inherit pkgs inputs; };
|
||||||
# https://discourse.nixos.org/t/how-to-create-a-script-with-dependencies/7970/6
|
# https://discourse.nixos.org/t/how-to-create-a-script-with-dependencies/7970/6
|
||||||
mkScript = { name, version ? "0.0.1", file, env ? [ ] }:
|
mkScript = { name, version ? "0.0.1", file, env ? [ ] }:
|
||||||
pkgs.writeTextFile {
|
pkgs.writeTextFile {
|
||||||
|
|
Loading…
Add table
Reference in a new issue