mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
fix: fix stuff
This commit is contained in:
parent
2582b7ba97
commit
2f84b14808
6 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ inputs: self: super: let
|
|||
lib = self;
|
||||
};
|
||||
in {
|
||||
nixosSystem = module: super.nixosSystem {
|
||||
nixosSystem' = module: super.nixosSystem {
|
||||
inherit specialArgs;
|
||||
|
||||
modules = [
|
||||
|
@ -35,7 +35,7 @@ in {
|
|||
++ inputModulesLinux;
|
||||
};
|
||||
|
||||
darwinSystem = module: super.darwinSystem {
|
||||
darwinSystem' = module: super.darwinSystem {
|
||||
inherit specialArgs;
|
||||
|
||||
modules = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue