Skip to content

Commit

Permalink
try making nix-php-composer-builder available to module build
Browse files Browse the repository at this point in the history
  • Loading branch information
albertchae committed Aug 30, 2023
1 parent aedf12e commit df26c4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
_: config:
nixpkgs.lib.nixosSystem {
modules = [config] ++ nixpkgs.lib.attrValues extendedModules;
overlays = [nix-php-composer-builder.overlays.default]
}
)
importNixosConfigurations;
Expand Down

0 comments on commit df26c4b

Please sign in to comment.