From 0bc74890b1011f80a28200040a8083832dda89b4 Mon Sep 17 00:00:00 2001 From: Alex van de Sandt Date: Mon, 11 May 2026 08:00:23 -0500 Subject: [PATCH] Remove 1password shell plugins --- flake.lock | 63 +++++----------------------------------------- flake.nix | 5 +--- nixvim/default.nix | 1 - shell/default.nix | 4 --- 4 files changed, 7 insertions(+), 66 deletions(-) diff --git a/flake.lock b/flake.lock index fc545b8..46d1f22 100644 --- a/flake.lock +++ b/flake.lock @@ -1,24 +1,5 @@ { "nodes": { - "_1password-shell-plugins": { - "inputs": { - "nixpkgs": "nixpkgs", - "systems": "systems" - }, - "locked": { - "lastModified": 1777937547, - "narHash": "sha256-zou0jC8DBmyVlvNLwl7dZPVe14W8xd1ZgrF0PTCU7hs=", - "owner": "1Password", - "repo": "shell-plugins", - "rev": "8f84c96639d18fa8c48fa64ce47c88597371ed5a", - "type": "github" - }, - "original": { - "owner": "1Password", - "repo": "shell-plugins", - "type": "github" - } - }, "aquamarine": { "inputs": { "hyprutils": [ @@ -162,7 +143,7 @@ }, "hyprcursor-phinger": { "inputs": { - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs" }, "locked": { "lastModified": 1763845612, @@ -222,7 +203,7 @@ "nixpkgs" ], "pre-commit-hooks": "pre-commit-hooks", - "systems": "systems_2", + "systems": "systems", "xdph": "xdph" }, "locked": { @@ -471,22 +452,6 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1756035328, - "narHash": "sha256-vC7SslUBCtdT3T37ZH3PLIWYmTkSeppL5BJJByUjYCM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "6b0b1559e918d4f7d1df398ee1d33aeac586d4d6", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { "locked": { "lastModified": 1762977756, "narHash": "sha256-4PqRErxfe+2toFJFgcRKZ0UI9NSIOJa+7RXVtBhy4KE=", @@ -502,7 +467,7 @@ "type": "github" } }, - "nixpkgs_3": { + "nixpkgs_2": { "locked": { "lastModified": 1777578337, "narHash": "sha256-Ad49moKWeXtKBJNy2ebiTQUEgdLyvGmTeykAQ9xM+Z4=", @@ -524,7 +489,7 @@ "nixpkgs": [ "nixpkgs" ], - "systems": "systems_3" + "systems": "systems_2" }, "locked": { "lastModified": 1777917888, @@ -565,30 +530,14 @@ }, "root": { "inputs": { - "_1password-shell-plugins": "_1password-shell-plugins", "home-manager": "home-manager", "hyprcursor-phinger": "hyprcursor-phinger", "hyprland": "hyprland", - "nixpkgs": "nixpkgs_3", + "nixpkgs": "nixpkgs_2", "nixvim": "nixvim" } }, "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_2": { "locked": { "lastModified": 1689347949, "narHash": "sha256-12tWmuL2zgBgZkdoB6qXZsgJEH9LR3oUgpaQq2RbI80=", @@ -603,7 +552,7 @@ "type": "github" } }, - "systems_3": { + "systems_2": { "locked": { "lastModified": 1681028828, "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", diff --git a/flake.nix b/flake.nix index 67ad2ea..06031b7 100644 --- a/flake.nix +++ b/flake.nix @@ -18,11 +18,10 @@ url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; - _1password-shell-plugins.url = "github:1Password/shell-plugins"; }; outputs = - inputs@{ + { nixpkgs, home-manager, hyprcursor-phinger, @@ -33,7 +32,6 @@ let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; - op-shell = inputs._1password-shell-plugins; in { nixosConfigurations = { @@ -52,7 +50,6 @@ ./home.nix nixvim.homeModules.nixvim hyprcursor-phinger.homeManagerModules.hyprcursor-phinger - op-shell.hmModules.default ]; # Optionally use extraSpecialArgs diff --git a/nixvim/default.nix b/nixvim/default.nix index 9caad29..747db9e 100644 --- a/nixvim/default.nix +++ b/nixvim/default.nix @@ -1,5 +1,4 @@ { - # Import all your configuration modules here imports = [ ./plugins diff --git a/shell/default.nix b/shell/default.nix index 4b35645..f925215 100644 --- a/shell/default.nix +++ b/shell/default.nix @@ -41,8 +41,4 @@ enable = true; enableZshIntegration = true; }; - - programs._1password-shell-plugins = { - enable = true; - }; } -- 2.51.2