[NixOS] Move packages around

This commit is contained in:
2023-06-28 22:27:09 -06:00
parent b99b04d320
commit 94fd156120
6 changed files with 81 additions and 70 deletions

View File

@@ -5,11 +5,9 @@
cabal-install
cabal2nix
ghc
# stack
haskellPackages.hpack
haskellPackages.hasktags
haskellPackages.hoogle
# (all-hies.selection { selector = p: { inherit (p) ghc864 ghc865; }; })
# Scala
sbt
@@ -20,10 +18,7 @@
nodejs
# Rust
cargo
# rls
rustc
rustfmt
rustup
# Clojure
boot
@@ -45,5 +40,6 @@
# misc
perf-tools
protobuf
];
}