flake/nixos/packages/unfree/default.nix

6 lines
47 B
Nix
Raw Normal View History

{...}: {
2023-09-19 08:17:43 +08:00
imports = [
./unfree.nix
];
}