From 88b3a4b50e66a2b47b024a61e81f9038ea49f924 Mon Sep 17 00:00:00 2001 From: cy Date: Wed, 25 Dec 2024 01:40:58 -0500 Subject: [PATCH] pass nix flake check --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index 8508764..1669c17 100644 --- a/flake.nix +++ b/flake.nix @@ -39,10 +39,6 @@ { packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; }); formatter = forEachSystem (pkgs: pkgs.nixfmt-rfc-style); - devShells = forEachSystem (pkgs: import ./shells { inherit pkgs; }); - nixosModules = import ./modules/nixos; - homeManagerModules = import ./modules/home-manager; - overlays = import ./overlays { inherit inputs outputs; }; nixosConfigurations = let