From b9a6e6d2d5b55a7dda43ac533f622fa67510c756 Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Sun, 22 Dec 2024 11:10:23 -0800 Subject: [PATCH] converting to pure --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e652970..c784150 100755 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ }; }; - outputs = { self, nixpkgs, nixos-hardware, home-manager, plasma-manager, firefox-addons }: { + outputs = { self, nixpkgs, nixos-hardware, home-manager, plasma-manager }: { nixosConfigurations = { framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux";