diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:45:55 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 17:45:55 +0100 |
commit | 03ea4780c0504b60d0f30c642a6f4f3270e0bcae (patch) | |
tree | 7832e5260ce67534440526d88ffeb246fa6c1405 /host | |
parent | test (diff) | |
download | Rory-Open-Architecture-03ea4780c0504b60d0f30c642a6f4f3270e0bcae.tar.xz |
test
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index f65c6f2..72a6294 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -166,8 +166,8 @@ nixpkgs.overlays = [ (final: prev: { mjolnir = prev.mjolnir.overrideAttrs (prevAttrs: { - pname = "Draupnir"; - version = "1.81.0"; + #pname = "Draupnir"; + #version = "1.81.0"; src = final.fetchFromGitHub { owner = "Gnuxie"; repo = "Draupnir"; |