From 5cdd747bac492e95bf270bf041ba6ae17477e76f Mon Sep 17 00:00:00 2001 From: Soispha Date: Mon, 10 Apr 2023 13:07:40 +0200 Subject: Fix(host/tiamat): Do not use nixpkgs --- hosts/tiamat/hardware/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/tiamat') diff --git a/hosts/tiamat/hardware/default.nix b/hosts/tiamat/hardware/default.nix index bb4596ec..5780101a 100644 --- a/hosts/tiamat/hardware/default.nix +++ b/hosts/tiamat/hardware/default.nix @@ -11,7 +11,7 @@ ./gpu.nix ]; - nixpkgs.hostPlatform = "x86_64-linux"; + #nixpkgs.hostPlatform = "x86_64-linux"; system.fileSystemLayouts = { enable = true; -- cgit 1.4.1