diff options
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" |
