flake: hide devShells for now

they've been broken for a while now :(
will revisit later
This commit is contained in:
LavaDesu 2022-02-01 23:00:35 +07:00
parent 8c7c64ce98
commit fb1de1415e
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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;
};
}