Compare commits
2 Commits
4305d5faa7
...
ffe69b2ccc
| Author | SHA1 | Date | |
|---|---|---|---|
| ffe69b2ccc | |||
| 7d114cfe36 |
+1
-2
@@ -115,8 +115,7 @@ The Nix flake definition for Droidnix.
|
||||
modules = [
|
||||
./generated/system/mysystem.nix # <-- Must be first, offers the mysystem module
|
||||
]
|
||||
++
|
||||
builtins.attrValues (import-tree ./generated/modules)
|
||||
++ builtins.attrValues (import-tree ./generated/modules)
|
||||
++
|
||||
[
|
||||
./generated/hosts/traveldroid/traveldroid.nix
|
||||
|
||||
+1
-2
@@ -43,8 +43,7 @@
|
||||
modules = [
|
||||
./generated/system/mysystem.nix # <-- Must be first, offers the mysystem module
|
||||
]
|
||||
++
|
||||
builtins.attrValues (import-tree ./generated/modules)
|
||||
++ builtins.attrValues (import-tree ./generated/modules)
|
||||
++
|
||||
[
|
||||
./generated/hosts/traveldroid/traveldroid.nix
|
||||
|
||||
Reference in New Issue
Block a user