From 352d6495fa99007b94f6e4831010695eed5fa911 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Mon, 23 Jan 2023 02:46:52 +0000 Subject: [PATCH] Update flake.nix --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cb4a4df..0dddc63 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,8 @@ framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./systems/common.nix - ./systems/hw-framework.nix + ./hw-framework.nix + ./systems/framework.nix ./user-jsutter.nix ]; }; aurora = nixpkgs.lib.nixosSystem {