feat: Remove custom shell-plugin for now
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
# the specified packages as well as 1Password CLI will be
|
# the specified packages as well as 1Password CLI will be
|
||||||
# automatically installed and configured to use shell plugins
|
# automatically installed and configured to use shell plugins
|
||||||
plugins = with pkgs; [awscli2 cachix cargo aichat];
|
plugins = with pkgs; [awscli2 cachix cargo];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
15
flake.lock
generated
15
flake.lock
generated
@@ -2057,14 +2057,17 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719472508,
|
"lastModified": 1719472071,
|
||||||
"narHash": "sha256-y8PNjZIu6HQXmCSKKxzAHI902Kvwikujpcm7Q5is8OI=",
|
"narHash": "sha256-9IzkwkomGRg1iFfmkgIPh10Rro5fCb3UdcUeObEBduo=",
|
||||||
"path": "/home/servius/Projects/shell-plugins",
|
"owner": "uttarayan21",
|
||||||
"type": "path"
|
"repo": "shell-plugins",
|
||||||
|
"rev": "8cfa7696299b58b196d724922e7edd5a423d3b0e",
|
||||||
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/home/servius/Projects/shell-plugins",
|
"owner": "uttarayan21",
|
||||||
"type": "path"
|
"repo": "shell-plugins",
|
||||||
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"openapi-tui": {
|
"openapi-tui": {
|
||||||
|
|||||||
@@ -75,9 +75,8 @@
|
|||||||
url = "github:cachix/cachix-deploy-flake";
|
url = "github:cachix/cachix-deploy-flake";
|
||||||
inputs.home-manager.follows = "home-manager";
|
inputs.home-manager.follows = "home-manager";
|
||||||
};
|
};
|
||||||
# _1password-shell-plugins.url = "github:uttarayan21/shell-plugins";
|
|
||||||
onepassword-shell-plugins = {
|
onepassword-shell-plugins = {
|
||||||
url = "path:/home/servius/Projects/shell-plugins";
|
url = "github:uttarayan21/shell-plugins";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user