From dfe275eedf1394e818ff02cf385dc673b852201d Mon Sep 17 00:00:00 2001 From: Christian Ulrich Date: Thu, 25 Apr 2024 22:26:35 +0200 Subject: [PATCH] remove name --- flake.nix | 3 --- 1 file changed, 3 deletions(-) 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