remove name
This commit is contained in:
parent
6a2a7802ae
commit
dfe275eedf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue