From 791fe2dce2374e1ff8b1cf4dc54bf9aac2b5c8a8 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 18 Feb 2021 15:56:59 +0100 Subject: Updated workadventure-nix sources & removed channel imports (but not the actual workadventure version) --- workadventure-nix.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'workadventure-nix.nix') diff --git a/workadventure-nix.nix b/workadventure-nix.nix index ffd028f..6e13dd1 100644 --- a/workadventure-nix.nix +++ b/workadventure-nix.nix @@ -1,15 +1,13 @@ # WorkAdventure packaging effort by SuperSandro2000, not yet upstreamed into nixpkgs. -{ lib, ... }: +{ pkgs, lib, ... }: let - pkgs = import {}; - src = pkgs.fetchgit { url = "https://gitlab.infra4future.de/stuebinm/workadventure-nix"; - rev = "c46949747779b5e679774ceb23a530ed4736c52b"; - sha256 = "1z6qd7bjrc7map2nj3yzwqyvr16vk29fy08pdc9vvd4yid2lywv7"; + rev = "bfae9d9bfa90a0189d943ca865fa046f510b9922"; + sha256 = "160gc1yy6l5ynrx6679b6vwm1ivickymw75w3jfxk8idshsbjqw8"; }; # Use a fixed-point operator to build a nixpkgs-like structure that contains all -- cgit v1.2.3