mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
refactor(ci): overlays output
This commit is contained in:
parent
3c19a00aaa
commit
5658105812
6 changed files with 39 additions and 40 deletions
|
|
@ -1,11 +1,10 @@
|
|||
{inputs, ...}: {
|
||||
{inputs, ...}: let
|
||||
inherit (inputs.self) overlays;
|
||||
in {
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
inputs.arcexprs.overlays.default
|
||||
(import ../../overlays/barcodebuddy.nix)
|
||||
(import ../../overlays/samba.nix)
|
||||
(import ../../overlays/nginx.nix)
|
||||
(import ../../overlays/krb5.nix)
|
||||
overlays.default
|
||||
];
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue