Skip to content

Commit

Permalink
nixos: Add Purple Matrix test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
toonn committed Apr 16, 2024
1 parent bf1b8aa commit 103dbc6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ in {
(import (nix-config-repo + "/overlays/libinput.nix"))
(import (nix-config-repo + "/overlays/mdns-publisher.nix"))
(import (nix-config-repo + "/overlays/nssmdns.nix"))
(import (nix-config-repo + "/overlays/purple-matrix.nix"))

# # Temporarily trying to debug subdomain resolution by nsncd
# ( self: super: {
Expand Down
14 changes: 14 additions & 0 deletions overlays/purple-matrix.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
self: super: {
purple-matrix = super.purple-matrix.overrideAttrs (oAs:
{ # version = "2022-07-04";
# src = super.fetchFromGitHub {
# owner = "matrix-org";
# repo = "purple-matrix";
# rev = "91021c8";
# hash = "sha256-/asx/5rpe0RhEksZwAJUaQwwQfMMC8SMC5ZhmEjQARg=";
# };
version = "~/src/purple-matrix-WIP";
src = /home/toonn/src/purple-matrix;
}
);
}

0 comments on commit 103dbc6

Please sign in to comment.