@ -10,8 +10,6 @@
nixpkgs,
...
}: let
name = "databetics";
supportedSystems = [
"x86_64-linux"
];
@ -23,7 +21,6 @@
pkgs = import nixpkgs {inherit system overlays;};
in
pkgs.mkShell {
inherit name;
buildInputs = [
pkgs.ghc
pkgs.cabal-install