commit ee005de2dad2fb439147485816372d9fa818e7e8
parent 48ef4bf4e2a354a6f62a6c75ba0f05c7e248052d
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 26 Aug 2023 00:37:32 +0200
try again
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/flake.nix b/flake.nix
@@ -56,7 +56,7 @@
in pkgs.nixpkgs-fmt);
# Your custom packages and modifications, exported as overlays
- overlays = import ./overlays { inherit inputs; };
+ overlays = import ./overlays { inherit inputs; inherit pkgs; };
# Reusable nixos modules you might want to export
# These are usually stuff you would upstream into nixpkgs
nixosModules = import ./modules/nixos;