Switch to stable branch and update inputs

This commit is contained in:
Paul-Henri Froidmont 2023-01-17 11:21:33 +01:00
parent 233f05ec3a
commit bb57760151
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
6 changed files with 196 additions and 177 deletions

View file

@ -1,7 +1,7 @@
{ config, lib, pkgs, ... }:
{ config, lib, pkgs, pkgs-unstable, ... }:
{
services.pcscd.enable = true;
environment.systemPackages = with pkgs; [
environment.systemPackages = with pkgs-unstable; [
eid-mw
];
}