Adding missing ; to flake
This commit is contained in:
parent
00002b462a
commit
b3a46a33e0
@ -14,7 +14,7 @@
|
||||
in {
|
||||
nixosModules = {
|
||||
uconsole = import ./uconsole {inherit pkgs nixos-hardware;};
|
||||
uconsole-kernel = import ./uconsole/kernel {inherit pkgs};
|
||||
uconsole-kernel = import ./uconsole/kernel {inherit pkgs;};
|
||||
raspberry-pi-overlays = import ./raspberry-pi/overlays;
|
||||
raspberry-pi-apply-overlays = import ./raspberry-pi/apply-overlays;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user