Skip to content

mitra: Init at 3.9.0#356298

Merged
Aleksanaa merged 1 commit intoNixOS:masterfrom
haruki7049:mitra
Dec 7, 2024
Merged

mitra: Init at 3.9.0#356298
Aleksanaa merged 1 commit intoNixOS:masterfrom
haruki7049:mitra

Conversation

@haruki7049
Copy link
Contributor

@haruki7049 haruki7049 commented Nov 15, 2024

Federated micro-blogging platform and content subscription service
https://codeberg.org/silverpill/mitra

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@haruki7049
Copy link
Contributor Author

Error memo:


Steps to reproduce

  1. Run nix-build with below default.nix
{
  pkgs ?
    import
      (builtins.fetchTarball "https://github.com/haruki7049/nixpkgs/archive/9b8f5ee278a58a5ae505e9697e66b30daa1c0414.tar.gz")
      { },
}:

pkgs.mitra

nix-shell -p nix-info --run "nix-info -m"

 - system: `"aarch64-darwin"`
 - host os: `Darwin 24.1.0, macOS 15.1`
 - multi-user?: `yes`
 - sandbox: `no`
 - version: `nix-env (Nix) 2.18.2`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/store/63lvc59rjz075kb1f11xww2x2xqpw1pn-source`

Error log: https://gist.github.com/haruki7049/6330d7b6867c2d847561c3f22da9fb34

@haruki7049 haruki7049 force-pushed the mitra branch 2 times, most recently from 78ece11 to 5238142 Compare November 15, 2024 23:30
@haruki7049
Copy link
Contributor Author

#356298 (comment)
This error is resolved by 52381424f8b0f7dc1bc881dd56f485b4e1b387f2

@haruki7049 haruki7049 marked this pull request as ready for review November 16, 2024 01:14
@haruki7049 haruki7049 force-pushed the mitra branch 3 times, most recently from 229df69 to 48afce1 Compare November 17, 2024 00:07
@haruki7049
Copy link
Contributor Author

How to merge master branch into my mitra branch without mentioning...?

@FliegendeWurst
Copy link
Member

You can try pull --rebase origin master, where origin is the NixOS/nixpkgs repo. (You may need to add it as another remote if you cloned your fork)

@haruki7049
Copy link
Contributor Author

You can try pull --rebase origin master, where origin is the NixOS/nixpkgs repo. (You may need to add it as another remote if you cloned your fork)

How to merge master branch into my mitra branch without mentioning...?

DONE

@github-actions github-actions bot added 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Dec 1, 2024
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. and removed 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. labels Dec 1, 2024
@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one person. label Dec 3, 2024
@Aleksanaa Aleksanaa merged commit 6627bae into NixOS:master Dec 7, 2024
@haruki7049 haruki7049 deleted the mitra branch December 7, 2024 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 12.approvals: 1 This PR was reviewed and approved by one person.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants