diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2023-09-27 21:26:02 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2023-09-27 21:26:02 +0200 |
| commit | 654ec06ab6a885ea851c4cbf68d06a00b41b0e14 (patch) | |
| tree | a588832b91c4506ad92f4f20beec1f5865e116ac /home/codeium.nix | |
| parent | ca986b8407391a6a89c26cf159da42ac26578049 (diff) | |
seq keep fix
Diffstat (limited to 'home/codeium.nix')
| -rw-r--r-- | home/codeium.nix | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/home/codeium.nix b/home/codeium.nix index f29f389..f3841b3 100644 --- a/home/codeium.nix +++ b/home/codeium.nix @@ -1,8 +1,7 @@ { - flake, + inputs, config, pkgs, - home-manager, ... }: let codeium = with pkgs; stdenv.mkDerivation rec { @@ -46,7 +45,7 @@ in { home.activation = { # links codeium into place - codium-symlink = home-manager.lib.hm.dag.entryAfter ["writeBoundary"] '' + codium-symlink = inputs.home-manager.lib.hm.dag.entryAfter ["writeBoundary"] '' CODEIUM_TARGET="${config.home.homeDirectory}/.codeium/bin/c8fda9657259bb7f3d432c1b558db921db4257aa" if [ -L $CODEIUM_TARGET ] && [ -e $CODEIUM_TARGET ]; then $DRY_RUN_CMD echo "codeium linked" |
