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,
...
}: 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