From 74c3f173fb766190c6cef3cb93ebc88f596249fc Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 1 Jun 2024 15:57:36 +0530 Subject: update --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 31cd3c8..2c2e496 100644 --- a/flake.nix +++ b/flake.nix @@ -15,6 +15,7 @@ outputs = { self, nixpkgs, ... }@inputs: { # nixos-rebuild --flake .#machine nixosConfigurations = { + x = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; }; @@ -23,6 +24,7 @@ inputs.home-manager.nixosModules.default ]; }; + }; }; } -- cgit v1.2.3