Skip to content

Commit

Permalink
nitrokey-firmware: bump flake inputs, mark broken packages
Browse files Browse the repository at this point in the history
Co-authored-by: Auguste Baum <auguste.apple@gmail.com>
  • Loading branch information
alejandrosame and augustebaum committed Oct 27, 2023
1 parent 3eea08f commit 3deb6e1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 17 deletions.
1 change: 1 addition & 0 deletions pkgs/nitrokey-firmware/devices/nitrokey-3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ rustPlatform.buildRustPackage rec {
description = "Firmware for the Nitrokey 3 device";
homepage = "https://github.com/Nitrokey/nitrokey-3-firmware";
license = with licenses; [asl20 mit];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/nitrokey-firmware/devices/nitrokey-fido2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ stdenv.mkDerivation rec {
description = "Firmware for the Nitrokey FIDO2 device";
homepage = "https://github.com/Nitrokey/nitrokey-fido2-firmware";
license = with licenses; [asl20 mit];
broken = true;
};
}
48 changes: 33 additions & 15 deletions pkgs/nitrokey-firmware/flake.lock

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

3 changes: 1 addition & 2 deletions pkgs/nitrokey-firmware/flake.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
inputs = {
#nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs.url = "github:sbruder/nixpkgs/polkit-cross-fix";
nixpkgs.url = "github:nixos/nixpkgs/8b5ab8341e33322e5b66fb46ce23d724050f6606";
rust-overlay.url = "github:oxalica/rust-overlay";
};

Expand Down

0 comments on commit 3deb6e1

Please sign in to comment.