mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
nixos: Build fix
This commit is contained in:
parent
d3b06255db
commit
b124bf26a8
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# trusted check
|
||||
++ lib.optional (builtins.pathExists (./trusted/hosts + "/${hostName}/nixos")) (import (./trusted/hosts + "/${hostName}/nixos"))
|
||||
# trusted default check
|
||||
++ lib.optional (builtins.pathExists ./trusted) (import ./trusted/hosts)
|
||||
++ lib.optional (builtins.pathExists ./trusted/hosts) (import ./trusted/hosts)
|
||||
# trusted profile check
|
||||
++ lib.optional (builtins.pathExists ./trusted/profile) (import ./trusted/profile);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue