remove shell.nix

This commit is contained in:
Solene Rapenne 2022-08-19 18:20:57 +02:00
parent 014b9efb64
commit 9816876c62
3 changed files with 0 additions and 26 deletions

1
.envrc
View File

@ -1 +0,0 @@
use nix

View File

@ -1,2 +0,0 @@
haskell: ls Vger.hs Gemini.hs | entr -s "ghc Vger.hs && printf 'gemini://perso.pw/../Vger.hs\r\n' | ./Vger"
haskell-unit: ls *hs | entr -s "ghc Unit.hs && ./Unit"

View File

@ -1,23 +0,0 @@
with (import <nixpkgs> {});
mkShell {
buildInputs = [ gcc libbsd gnumake ];
packages = [
entr
tmux
hivemind
kakoune
git-up
gdb
cabal2nix
(pkgs.haskellPackages.ghcWithPackages (self:
[
haskellPackages.regex-pcre
haskellPackages.regex-compat
haskellPackages.mime-types
haskellPackages.HUnit
haskellPackages.utf8-string
haskellPackages.optparse-applicative
]
))
];
}