Skip to content

Commit

Permalink
revert yubico piv tool
Browse files Browse the repository at this point in the history
#5
NixOS/nixpkgs#170897

Signed-off-by: Anthony Rabbito <[email protected]>
  • Loading branch information
anthr76 committed May 6, 2022
1 parent c5e8e3b commit 9a2cc6b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
25 changes: 21 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# Track channels with commits tested and built by hydra
nixos.url = "github:nixos/nixpkgs/nixos-21.11";
latest.url = "github:nixos/nixpkgs/nixos-unstable";

yubico-piv-tool-pr-161198.url = "github:nixos/nixpkgs?ref=62eb5417e440201e434a23f05e2e485017d79d94";

digga.url = "github:divnix/digga";
digga.inputs.nixpkgs.follows = "nixos";
Expand Down
4 changes: 3 additions & 1 deletion overlays/overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ channels: final: prev: {
inherit (channels.latest)
gh gnupg pcsclite yubikey-manager ccid cachix dhall discord rage nixpkgs-fmt
qutebrowser signal-desktop starship deploy-rs sway-launcher-desktop
google-chrome-dev neovim yubico-piv-tool
google-chrome-dev neovim
kubecolor kubectl tdesktop element-desktop
;

inherit (channels.yubico-piv-tool-pr-161198) yubico-piv-tool;

haskellPackages = prev.haskellPackages.override (old: {
overrides = prev.lib.composeExtensions (old.overrides or (_: _: { }))
Expand Down

0 comments on commit 9a2cc6b

Please sign in to comment.