Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Jan 14, 2024
1 parent 6cd6411 commit ea79368
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@
modules = import ./modules; # NixOS modules
overlays = import ./overlays; # nixpkgs overlays

example-package = pkgs.callPackage ./pkgs/example-package { };
# some-qt5-package = pkgs.libsForQt5.callPackage ./pkgs/some-qt5-package { };
# ...
shopware-cli = pkgs.callPackage ./pkgs/shopware-cli { };
}

0 comments on commit ea79368

Please sign in to comment.