Skip to content

Commit

Permalink
Fix typo, Fix declarations for nuschtos search (inex#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Oct 31, 2024
1 parent 8b6e863 commit 2021a16
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion derivation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ phpPackage.buildComposerProject rec {
composerStrictValidation = false;

patches = [
./cypher-config.patch
./cipher-config.patch
(fetchpatch {
name = "fix-landingpage-logo.path";
url = "https://github.com/MarcelCoding/IXP-Manager/commit/015f4ff8e6c5f7c45e1b2544620148909b29802f.patch";
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
};

nixosModules = rec {
ixp-manager = import ./module.nix;
ixp-manager = ./module.nix;
default = ixp-manager;
};
};
Expand Down

0 comments on commit 2021a16

Please sign in to comment.