From 272b6b56c7372a9aa41fe95e5c2c2ec3f4fea2cc Mon Sep 17 00:00:00 2001 From: iFargle Date: Sat, 10 Feb 2024 10:25:55 +0900 Subject: [PATCH] test --- lib/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/default.nix b/lib/default.nix index 81ebeaca..1ca712b5 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -59,6 +59,9 @@ }; }; + nixpkgs.hostPlatform = system; + nixpkgs-unstable.hostPlatform = system; + modules = [ # Types are 'default', 'small', and 'minimal' ../nixos/${type}.nix