From e9c6b6944c343184b19efb0696ed72f72115f4ed Mon Sep 17 00:00:00 2001 From: Julian Sutter Date: Sun, 22 Dec 2024 10:51:22 -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 3b2fb8b..8cff809 100755 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ }; outputs = { self, nixpkgs, nixos-hardware, home-manager, nur, plasma-manager }: { - + overlay = final: prev: { nur = import nur { inherit nixpkgs; }; }; nixosConfigurations = { framework = nixpkgs.lib.nixosSystem { system = "x86_64-linux";