From a97857f6aa2a7059f51656b9db58222d9f179147 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 22 Jul 2023 02:44:51 +0300 Subject: [PATCH] okease --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 32f53a39..d0c3d496 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,4 @@ # load stuff - { description = "horrible dotfiles for amazing distro"; @@ -29,7 +28,7 @@ ); # overlays here - overlays = import ./overlays { inherit pkgs inputs; }; + overlays = import ./overlays { inherit nixpkgs inputs; }; # modules :D nixosModules = import ./modules;