Files
nixos-config/pkgs/unstable.nix
2026-05-18 13:09:40 +09:00

9 lines
99 B
Nix

# things in the nixos unstable registry
{ pkgs, unstable, ... }:
with pkgs;
[
unstable.kicad
]