summaryrefslogtreecommitdiffstats
path: root/krebs/2configs/shack/worlddomination.nix
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2021-09-05 20:37:14 +0200
committerlassulus <lassulus@lassul.us>2021-09-05 20:37:14 +0200
commit52d25726c2a01b3400f79303606bbcf63778eda8 (patch)
treec29005184bb6d870f447725f477d837e53910095 /krebs/2configs/shack/worlddomination.nix
parent5dbb36955870955f643c89d65430d2440e747e3a (diff)
parent4c94f3db361b9d7cd2fa4ae49a534910da178c32 (diff)
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'krebs/2configs/shack/worlddomination.nix')
-rw-r--r--krebs/2configs/shack/worlddomination.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/krebs/2configs/shack/worlddomination.nix b/krebs/2configs/shack/worlddomination.nix
index 4bdb095f1..e339d3174 100644
--- a/krebs/2configs/shack/worlddomination.nix
+++ b/krebs/2configs/shack/worlddomination.nix
@@ -4,8 +4,9 @@ with import <stockholm/lib>;
let
pkg = pkgs.stdenv.mkDerivation {
name = "worlddomination-2020-12-01";
- src = pkgs.fetchgit {
- url = "https://git.shackspace.de/rz/worlddomination.git";
+ src = pkgs.fetchFromGitHub {
+ owner = "shackspace";
+ repo = "worlddomination";
rev = "c7aedcde7cd1fcb870b5356a6125e1a384b0776c";
sha256 = "0y6haz5apwa33lz64l7b2x78wrrckbw39j4wzyd1hfk46478xi2y";
};