remove name

This commit is contained in:
Christian Ulrich 2024-04-25 22:26:35 +02:00
parent 6a2a7802ae
commit dfe275eedf
No known key found for this signature in database
GPG Key ID: 8241BE099775A097
1 changed files with 0 additions and 3 deletions

View File

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