From 694c9e55288471e73d1fb5030e13f232eb2564c0 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Sun, 12 Oct 2025 14:02:34 +0200 Subject: [PATCH] non important commit --- .../modules/create-project/project-blueprints/python/flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/modules/create-project/project-blueprints/python/flake.nix b/home/modules/create-project/project-blueprints/python/flake.nix index 2f41066..96e2ecf 100644 --- a/home/modules/create-project/project-blueprints/python/flake.nix +++ b/home/modules/create-project/project-blueprints/python/flake.nix @@ -5,9 +5,8 @@ }; outputs = {nixpkgs, ...} @ inputs: let system = "x86_64-linux"; - overlays = [(import inputs.rust-overlay)]; pkgs = import nixpkgs { - inherit system overlays; + inherit system; }; in { devShells."${system}" = {