refactor: explicitly allow unfree packages
All checks were successful
/ check (push) Successful in 1m53s
All checks were successful
/ check (push) Successful in 1m53s
This commit is contained in:
parent
4d470acfad
commit
99484c6194
12 changed files with 74 additions and 19 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