diff options
author | stuebinm | 2023-05-11 14:36:50 +0200 |
---|---|---|
committer | stuebinm | 2023-05-11 14:36:50 +0200 |
commit | e931f5fb7014a5acdc814107035a69ddd100f4d4 (patch) | |
tree | 8f09b8d6305090cccdc7c73ba320e63be77f6cdf /pkgs | |
parent | 31e6951734dfde0d25210c1d628c9d6b77842b68 (diff) |
update bahnhof.name
setting elixir = elixir_1_14 may get me trouble later, we'll see
(version bounds on bahnhof.name's search engine are weird)
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/overlay.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix index 659517d..4ce3d37 100644 --- a/pkgs/overlay.nix +++ b/pkgs/overlay.nix @@ -84,8 +84,9 @@ in gleam = unstable.gleam; beamPackages = super.beam.packagesWith super.erlang_nox; + elixir = super.elixir_1_14; - bahnhof-name = (self.buildGleamApplication ) + bahnhof-name = self.buildGleamApplication { version = "0.1"; pname = "bahnhof.name"; |