Skip to content

Commit

Permalink
projects: stop setting services to null
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored and fricklerhandwerk committed Sep 20, 2024
1 parent a355eee commit 47bd760
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
# This is so that `ngipkgs` can be used alongside `nixpkgs` in a configuration.
default.nixpkgs.overlays = [overlay];
}
// (filterAttrs (_: v: v != null) rawNixosModules);
// rawNixosModules;

# Next, extend the modules with modules that are additionally required in the tests and examples.
extendedNixosModules =
Expand Down
1 change: 0 additions & 1 deletion projects/Flarum/default.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{pkgs, ...}: {
packages = {inherit (pkgs) flarum;};
nixos.modules.services.flarum = null;
}
1 change: 0 additions & 1 deletion projects/Rosenpass/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
} @ args: {
packages = {inherit (pkgs) rosenpass rosenpass-tools;};
nixos = {
modules.services.rosenpass = null;
tests.rosenpass = import ./tests args;
};
}

0 comments on commit 47bd760

Please sign in to comment.