-
-
Notifications
You must be signed in to change notification settings - Fork 105
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 2d6ab6e2f16b
head repository: NixOS/nixpkgs-channels
compare: bb259afcc622
Commits on Jul 16, 2020
-
This adds yubikey-agent as a package and a nixos module. On macOS, we use `wrapProgram` to set pinentry_mac as default in PATH; on Linux we rely on the user to set their preferred pinentry in PATH. In particular, we use a systemd override to prefix PATH to select a chosen pinentry program if specified. On Linux, we need libnotify to provide the notify-send utility for desktop notifications (such as "Waiting for Yubikey touch..."). This might work on other flavors of unix, but I haven't tested. We reuse the programs.gnupg.agent.pinentryFlavor option for yubikey-agent, but in doing so I hit a problem: pinentryFlavour's default value is specified in a mkDefault, but only conditionally. We ought to be able to pick up the pinentryFlavour whether or not gpg-agent is running. As a result, this commit moves the default value to the definition of programs.gnupg.agent.enable.
Configuration menu - View commit details
-
Copy full SHA for e4029c3 - Browse repository at this point
Copy the full SHA e4029c3View commit details
Commits on Jul 21, 2020
-
pythonPackages.colorful: init at 0.5.4
Co-Authored-By: Chris <grkcharge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7c4a19b - Browse repository at this point
Copy the full SHA 7c4a19bView commit details -
pythonPackages.pysingleton: init at 0.2.1
Co-Authored-By: Chris <grkcharge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 86f9646 - Browse repository at this point
Copy the full SHA 86f9646View commit details -
pythonPackages.tag-expressions: init at 1.1.0
Co-Authored-By: Chris <grkcharge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d4dae82 - Browse repository at this point
Copy the full SHA d4dae82View commit details -
pythonPackages.radish-bdd: init at 0.13.2
Co-Authored-By: Chris <grkcharge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a155661 - Browse repository at this point
Copy the full SHA a155661View commit details -
terraform-compliance: init at 1.2.11
Co-Authored-By: Chris <grkcharge@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 817a835 - Browse repository at this point
Copy the full SHA 817a835View commit details
Commits on Jul 23, 2020
-
oneDNN: use SSE 4.1 when running tests
Feature detection may fail, leading to illegal instructions when running tests. Cap tests at SSE 4.1, which is supported on many Intel/AMD CPUs since 2006/2007.
Configuration menu - View commit details
-
Copy full SHA for 24737e5 - Browse repository at this point
Copy the full SHA 24737e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4973d19 - Browse repository at this point
Copy the full SHA 4973d19View commit details -
udpt did a complete rewrite from cpp to rust. This Commit uses rust with cargo to build the package. The Configuration format changed form .conf to .toml and the binary changed from udpt to udpt-rs
Configuration menu - View commit details
-
Copy full SHA for 282c558 - Browse repository at this point
Copy the full SHA 282c558View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecdc10d - Browse repository at this point
Copy the full SHA ecdc10dView commit details -
Merge pull request #92936 from philandstuff/add-yubikey-agent
yubikey-agent: init at 0.1.3
Configuration menu - View commit details
-
Copy full SHA for 8f7a623 - Browse repository at this point
Copy the full SHA 8f7a623View commit details -
Merge pull request #93586 from makefu/pkgs/udpt/bump
udpt: 2017-09-27 -> 3.1.1
Configuration menu - View commit details
-
Copy full SHA for d5aa8ff - Browse repository at this point
Copy the full SHA d5aa8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0d3ff - Browse repository at this point
Copy the full SHA bf0d3ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b30286c - Browse repository at this point
Copy the full SHA b30286cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6808fbf - Browse repository at this point
Copy the full SHA 6808fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac0cc4c - Browse repository at this point
Copy the full SHA ac0cc4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 534ea8d - Browse repository at this point
Copy the full SHA 534ea8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e3973f7 - Browse repository at this point
Copy the full SHA e3973f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5e90de - Browse repository at this point
Copy the full SHA d5e90deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2acbca9 - Browse repository at this point
Copy the full SHA 2acbca9View commit details -
Merge pull request #93692 from danieldk/onednn-test-baseline-simd
oneDNN: use SSE 4.1 when running tests
Configuration menu - View commit details
-
Copy full SHA for bb259af - Browse repository at this point
Copy the full SHA bb259afView commit details
There are no files selected for viewing