diff --git a/flake.nix b/flake.nix index cdadb28..3b8faa5 100644 --- a/flake.nix +++ b/flake.nix @@ -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