From 8d9e85059937efbd6cfde508af53a5eb74ea47e4 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 1 Jul 2024 12:38:46 +0530 Subject: [PATCH] feat: Remove custom shell-plugin for now --- common/auth.nix | 2 +- flake.lock | 15 +++++++++------ flake.nix | 3 +-- 3 files changed, 11 insertions(+), 9 deletions(-) diff --git a/common/auth.nix b/common/auth.nix index c0b21179..0a92033c 100644 --- a/common/auth.nix +++ b/common/auth.nix @@ -11,7 +11,7 @@ enable = true; # the specified packages as well as 1Password CLI will be # automatically installed and configured to use shell plugins - plugins = with pkgs; [awscli2 cachix cargo aichat]; + plugins = with pkgs; [awscli2 cachix cargo]; }; }; } diff --git a/flake.lock b/flake.lock index 97c2f025..b8df9915 100644 --- a/flake.lock +++ b/flake.lock @@ -2057,14 +2057,17 @@ ] }, "locked": { - "lastModified": 1719472508, - "narHash": "sha256-y8PNjZIu6HQXmCSKKxzAHI902Kvwikujpcm7Q5is8OI=", - "path": "/home/servius/Projects/shell-plugins", - "type": "path" + "lastModified": 1719472071, + "narHash": "sha256-9IzkwkomGRg1iFfmkgIPh10Rro5fCb3UdcUeObEBduo=", + "owner": "uttarayan21", + "repo": "shell-plugins", + "rev": "8cfa7696299b58b196d724922e7edd5a423d3b0e", + "type": "github" }, "original": { - "path": "/home/servius/Projects/shell-plugins", - "type": "path" + "owner": "uttarayan21", + "repo": "shell-plugins", + "type": "github" } }, "openapi-tui": { diff --git a/flake.nix b/flake.nix index ccb883ee..2574ec0d 100644 --- a/flake.nix +++ b/flake.nix @@ -75,9 +75,8 @@ url = "github:cachix/cachix-deploy-flake"; inputs.home-manager.follows = "home-manager"; }; - # _1password-shell-plugins.url = "github:uttarayan21/shell-plugins"; onepassword-shell-plugins = { - url = "path:/home/servius/Projects/shell-plugins"; + url = "github:uttarayan21/shell-plugins"; inputs.nixpkgs.follows = "nixpkgs"; }; };