mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: missing semicolon
This commit is contained in:
parent
2540d04d2b
commit
b4249f0cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ in {
|
||||||
ragenix.nixosModule
|
ragenix.nixosModule
|
||||||
path
|
path
|
||||||
];
|
];
|
||||||
} ) tree.nixos.systems in mapAttrs (_: sys: sys.extendModules {
|
} ) tree.nixos.systems; in mapAttrs (_: sys: sys.extendModules {
|
||||||
modules = [ scalpel.nixosModule ];
|
modules = [ scalpel.nixosModule ];
|
||||||
specialArgs = {
|
specialArgs = {
|
||||||
prev = sys;
|
prev = sys;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue