mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: properly add home systems
This commit is contained in:
parent
d68d37f804
commit
7a17219c66
3 changed files with 68 additions and 3 deletions
|
|
@ -9,7 +9,7 @@ in {
|
|||
enable =
|
||||
mkEnableOption "build via CI"
|
||||
// {
|
||||
default = config.type == "NixOS" && config.system == "x86_64-linux";
|
||||
default = config.system == "x86_64-linux";
|
||||
};
|
||||
allowFailure = mkOption {
|
||||
type = bool;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue