Fixes to make pbp build again
This commit is contained in:
parent
ddefe962cc
commit
1da0bea837
7 changed files with 10 additions and 9 deletions
|
@ -1,8 +1,10 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
openscad
|
||||
] ++ (if !stdenv.hostPlatform.isAarch64 then [
|
||||
blender
|
||||
freecad
|
||||
]
|
||||
else [ ]);
|
||||
}
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
fd
|
||||
ffmpegthumbnailer
|
||||
graphviz-nox
|
||||
haskell-language-server
|
||||
hunspell
|
||||
hunspellDicts.en_US
|
||||
hunspellDicts.it_IT
|
||||
|
@ -59,6 +58,7 @@
|
|||
)
|
||||
] ++ (if pkgs.system == "x86_64-linux" then [
|
||||
python-language-server
|
||||
haskell-language-server
|
||||
] ++ (with easy-ps; [
|
||||
# spago2nix
|
||||
nodejs
|
||||
|
|
|
@ -57,8 +57,8 @@
|
|||
'';
|
||||
in
|
||||
lib.mkOptionDefault {
|
||||
"${modifier}+x" = "exec ${pkgs.customEmacs}/bin/emacs";
|
||||
"${modifier}+b" = "exec ${pkgs.firefox}/bin/firefox";
|
||||
"${modifier}+x" = "exec emacs";
|
||||
"${modifier}+b" = "exec firefox";
|
||||
"${modifier}+s" = "exec ${screenshotScript}";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -29,8 +29,9 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
haskell-language-server
|
||||
stylish-haskell
|
||||
ghc
|
||||
];
|
||||
] ++ (if pkgs.system == "x86_64-linux" then [
|
||||
haskell-language-server
|
||||
] else [ ]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue