From 54e78d806e6550953825716e2d64ec1658fec30d Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Sun, 4 Aug 2024 23:53:28 +0300 Subject: [PATCH] Included ./system/common.nix in mkSystem function in flake.nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index bd1367d..ddac7ab 100644 --- a/flake.nix +++ b/flake.nix @@ -36,6 +36,7 @@ specialArgs = { inherit inputs; }; system = "x86_64-linux"; modules = [ + ./system/common.nix ./system/${hostname}.nix ./hardware/${hostname}.nix ];