From d9dfcae4f9edd29e947565f3c265138c464e2440 Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Sat, 31 Jan 2026 04:50:44 +0100 Subject: [PATCH] feat: rename to framework --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0002b69..2033192 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ ... }: { nixosConfigurations = { - jet = nixpkgs.lib.nixosSystem { + framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./configuration.nix