1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-10 23:00:39 +02:00

chore: update inputs and add temporary fix for pcsclite

This commit is contained in:
oddlama 2024-01-15 21:48:28 +01:00
parent e95e65c890
commit a4dbffe80b
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
3 changed files with 43 additions and 39 deletions

View file

@ -67,7 +67,8 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# BUG: nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:oddlama/nixpkgs/fix-kanidm-build";
nixpkgs-wayland = {
url = "github:nix-community/nixpkgs-wayland";