mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05: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, ...}:
|
||||
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
|
||||
mkScript = { name, version ? "0.0.1", file, env ? [ ] }:
|
||||
pkgs.writeTextFile {
|
||||
|
|
Loading…
Reference in a new issue