From b3a46a33e043a3366769b1bb0c702a81a9c72876 Mon Sep 17 00:00:00 2001 From: Tom Charnock Date: Sun, 8 Dec 2024 21:37:53 +0100 Subject: [PATCH] Adding missing ; to flake --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e4afdba..185c157 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };