9 lines
99 B
Nix
9 lines
99 B
Nix
# things in the nixos unstable registry
|
|
|
|
{ pkgs, unstable, ... }:
|
|
|
|
with pkgs;
|
|
[
|
|
unstable.kicad
|
|
]
|