Skip to content

Commit

Permalink
Merge pull request NixOS#261377 from jfroche/fix/remove-dagger
Browse files Browse the repository at this point in the history
dagger: remove
  • Loading branch information
Mic92 authored Oct 16, 2023
2 parents f2caab6 + 3c54f29 commit 86e3c2f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 46 deletions.
2 changes: 2 additions & 0 deletions nixos/doc/manual/release-notes/rl-2311.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@

- `service.borgmatic.settings.location` and `services.borgmatic.configurations.<name>.location` are deprecated, please move your options out of sections to the global scope.

- `dagger` was removed because using a package called `dagger` and packaging it from source violates their trademark policy.

## Other Notable Changes {#sec-release-23.11-notable-changes}

- The Cinnamon module now enables XDG desktop integration by default. If you are experiencing collisions related to xdg-desktop-portal-gtk you can safely remove `xdg.portal.extraPortals = [ pkgs.xdg-desktop-portal-gtk ];` from your NixOS configuration.
Expand Down
44 changes: 0 additions & 44 deletions pkgs/development/tools/continuous-integration/dagger/default.nix

This file was deleted.

1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ mapAliases ({

### D ###

dagger = throw "'dagger' has been removed from nixpkgs, as the trademark policy of the upstream project is incompatible"; # Added 2023-10-16
dart_stable = dart; # Added 2020-01-15
dat = nodePackages.dat;
deadpixi-sam = deadpixi-sam-unstable;
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4961,8 +4961,6 @@ with pkgs;

daemontools = callPackage ../tools/admin/daemontools { };

dagger = callPackage ../development/tools/continuous-integration/dagger { };

dale = callPackage ../development/compilers/dale { };

damon = callPackage ../tools/admin/damon { };
Expand Down

0 comments on commit 86e3c2f

Please sign in to comment.