flake: hide devShells for now
they've been broken for a while now :( will revisit later
This commit is contained in:
parent
8c7c64ce98
commit
fb1de1415e
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue