diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 18:05:45 +0100 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-03-16 18:05:45 +0100 |
commit | 64cb848328eb48ba994d664fa7a31f82139710a9 (patch) | |
tree | 2f885d0446e4850b8f67366a086bad8fbf386833 /host | |
parent | test (diff) | |
download | Rory-Open-Architecture-64cb848328eb48ba994d664fa7a31f82139710a9.tar.xz |
test
Diffstat (limited to 'host')
-rwxr-xr-x | host/Rory-synapse/configuration.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/host/Rory-synapse/configuration.nix b/host/Rory-synapse/configuration.nix index 72a6294..5ac8d0f 100755 --- a/host/Rory-synapse/configuration.nix +++ b/host/Rory-synapse/configuration.nix @@ -164,11 +164,11 @@ system.stateVersion = "22.11"; # DO NOT EDIT! nixpkgs.overlays = [ - (final: prev: { - mjolnir = prev.mjolnir.overrideAttrs (prevAttrs: { + (self: super: { + mjolnir = super.mjolnir.overrideAttrs (old: { #pname = "Draupnir"; #version = "1.81.0"; - src = final.fetchFromGitHub { + src = self.fetchFromGitHub { owner = "Gnuxie"; repo = "Draupnir"; rev = "v1.81.0"; |