diff options
Diffstat (limited to '')
-rw-r--r-- | workadventure-nix.nix | 8 |
1 files changed, 3 insertions, 5 deletions
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 <nixpkgs> {}; - 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 |