shell: remove cachix from i686-linux
Build of cachix is failing on i686-linux right now. Remove it so shell is still usable.
This commit is contained in:
parent
933fb8fee9
commit
4e582b1ff5
@ -42,7 +42,11 @@ pkgs.devshell.mkShell {
|
|||||||
|
|
||||||
mapCmd = category: map (mkCommand category);
|
mapCmd = category: map (mkCommand category);
|
||||||
in
|
in
|
||||||
mapCmd "main" [ flk cachix git ] ++
|
mapCmd "main"
|
||||||
|
(
|
||||||
|
[ flk git ] ++
|
||||||
|
lib.optional (system != "i686-linux") cachix
|
||||||
|
) ++
|
||||||
mapCmd "linters" [ nixpkgs-fmt editorconfig-checker ] ++
|
mapCmd "linters" [ nixpkgs-fmt editorconfig-checker ] ++
|
||||||
mapCmd "documentation" [ python3Packages.grip mdbook ] ++ [
|
mapCmd "documentation" [ python3Packages.grip mdbook ] ++ [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user