update nixpkgs

This commit is contained in:
Clayton Hickey 2025-11-04 13:58:52 -05:00
parent 697ba800a6
commit a6f6bdde02
5 changed files with 21 additions and 59 deletions

View file

@ -11,7 +11,7 @@ in
cos.docker.enable = true;
environment.systemPackages = [
inputs.winboat.packages.x86_64-linux.winboat
pkgs.winboat
pkgs.freerdp
];
};