From fb1de1415e429a2af30839c2642066c4404e0473 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Tue, 1 Feb 2022 23:00:35 +0700 Subject: [PATCH] flake: hide devShells for now they've been broken for a while now :( will revisit later --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 68b3284..9c2e372 100644 --- a/flake.nix +++ b/flake.nix @@ -88,7 +88,8 @@ nixosConfigurations."blossom" = mkSystem "blossom" "x86_64-linux" true; nixosConfigurations."fondue" = mkSystem "fondue" "x86_64-linux" false; - devShells.x86_64-linux = pkgs.callPackage ./shells { inherit inputs; }; + # TODO: currently broken + # devShells.x86_64-linux = pkgs.callPackage ./shells { inherit inputs; }; packages.x86_64-linux = pkgs.me; }; }