summary refs log tree commit diff
path: root/host
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 17:35:13 +0100
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-03-16 17:35:13 +0100
commita2c383bc3c589303fd135ef400cf47608c5b2086 (patch)
tree605e89a28de23c2caa32a0e15a3a5ff1c3027434 /host
parenttest (diff)
downloadRory-Open-Architecture-a2c383bc3c589303fd135ef400cf47608c5b2086.tar.xz
test
Diffstat (limited to 'host')
-rwxr-xr-xhost/Rory-synapse/configuration.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix
index 7138d8d..389b7ef 100755
--- a/host/Rory-synapse/configuration.nix
+++ b/host/Rory-synapse/configuration.nix
@@ -167,7 +167,7 @@
         mjolnir = prev.mjolnir.overrideAttrs (prevAttrs: {
           pname = "Draupnir";
           version = "1.81.0";
-          src = fetchFromGithub {
+          src = final.fetchFromGithub {
             owner = "Gnuxie";
             repo = "Draupnir";
             rev = "v1.81.0";