Skip to content

Commit

Permalink
nix(shell): remove python related stuff previously used for ldfi1
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-stevan-andjelkovic committed Apr 12, 2021
1 parent 0d70032 commit 18f36f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
with pkgs;

let
pythonEnv = python38.withPackages (ps: [ ps.pip ]);
fake-lsb-release = pkgs.writeScriptBin "lsb_release" ''
#!${pkgs.runtimeShell}
Expand All @@ -23,9 +22,7 @@ pkgs.mkShell {
buildifier # Bazel BUILD file formatter
go
clojure
pythonEnv
fake-lsb-release
mypy
haskell.compiler.ghc8104
haskellPackages.cabal-install
haskellPackages.tasty-discover
Expand Down

0 comments on commit 18f36f5

Please sign in to comment.