Skip to content

check unfree packages for deprecated aliases#572

Closed
SuperSandro2000 wants to merge 1 commit intoNixOS:releasedfrom
SuperSandro2000:patch-1
Closed

check unfree packages for deprecated aliases#572
SuperSandro2000 wants to merge 1 commit intoNixOS:releasedfrom
SuperSandro2000:patch-1

Conversation

@SuperSandro2000
Copy link
Member

This is probably causing some regressions but after removing unfree aliases from https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/office/timedoctor/default.nix I think it is a good idea to do that.

@SuperSandro2000
Copy link
Member Author

@cole-h could you take a look at this?

String::from("--arg"),
String::from("config"),
String::from("{ allowAliases = false; }"),
String::from("{ allowAliases = false; allowUnfree = true; }"),
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
String::from("{ allowAliases = false; allowUnfree = true; }"),
String::from("{ allowAliases = false; allowBroken = true; allowUnfree = true; }"),

@SuperSandro2000
Copy link
Member Author

@cole-h can you take a look at this PR?

@cole-h
Copy link
Member

cole-h commented Jun 16, 2023

#645 has been merged, which achieves a similar goal.

@cole-h cole-h closed this Jun 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants