refactor: explicitly allow unfree packages
This commit is contained in:
parent
4ac31540af
commit
5131641023
12 changed files with 64 additions and 7 deletions
7
modules2/meta-output.nix
Normal file
7
modules2/meta-output.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ lib, ... }:
|
||||
|
||||
{
|
||||
options.flake.meta = lib.mkOption {
|
||||
type = lib.types.anything;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue