From 2cce56dbd97bed22c4c90d9b57145817327e814d Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Fri, 26 Jan 2024 22:15:47 +0100 Subject: [PATCH] test --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b508f7c..55250db 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ username = "frostphoenix"; in { - overlays.default = selfPkgs.overlay; + # overlays.default = selfPkgs.overlay; nixosConfigurations = import ./modules/core/default.nix { inherit self nixpkgs inputs username; };