Skip to content

Commit

Permalink
Back out "overlay: Use pythonPackages.pyscard from stable in yubikey-…
Browse files Browse the repository at this point in the history
…manager due to build failure on unstable"

This backs out commit a117fc2.
  • Loading branch information
aftix committed Nov 25, 2024
1 parent 09067a2 commit 3b0e347
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@
helix
nginx_blocker
youtube-operational-api
yubikey-manager
nu_plugin_audio_hook
nu_plugin_compress
nu_plugin_desktop_notifications
Expand Down
12 changes: 0 additions & 12 deletions overlay.nix
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
inputs: final: prev: {
yubikey-manager = prev.yubikey-manager.override (prev: {
python3Packages =
prev.python3Packages
// {
pyscard = let
stable =
inputs.stablepkgs.legacyPackages.${final.system}.python312Packages.pyscard;
in
stable.override {inherit (prev.python3Packages) buildPythonPackage pytestCheckHook setuptools;};
};
});

carapace = prev.carapace.overrideAttrs {
src = inputs.carapace;
vendorHash = "sha256-OCQcGn78Y/5QdbXk/Vjuo7VXXd9AesvBYjHCN6Ams7w=";
Expand Down

0 comments on commit 3b0e347

Please sign in to comment.