You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or, for functions and "core" functionality, tests in lib/tests or pkgs/test
made sure NixOS tests are linked to the relevant packages
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/)
@SuperSandro2000 My PR requires changes from #381014, which targets staging, so I thought I had to adjust my PR accordingly. Should this target master instead?
Darn missing trailing comma 😂 should be fixed now.
EDIT: It's not; meta.mainProgram is expected to be set, but the repository is a toolkit, so it contains 7 different programs. Do I just set any one of them, or can you point me to a package that specifies multiple programs? @GaetanLepage
Very strange, it shouldn't because libsepol doesn't exactly have a main program. I'm checking the PR out and gonna see if I can grab a stack trace. Hopefully that gives us some answers. I grepped nixpkgs itself and didn't find anything obvious which would cause this issue.
github-actionsbot
added
6.topic: python
Python is a high-level, general-purpose programming language.
6.topic: nixos
Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS
6.topic: qt/kde
Object-oriented framework for GUI creation
8.has: module (update)
This PR changes an existing module in `nixos/`
6.topic: rust
General-purpose programming language emphasizing performance, type safety, and concurrency.
6.topic: golang
Go is a high-level general purpose programming language that is statically typed and compiled.
6.topic: ruby
A dynamic, open source programming language with a focus on simplicity and productivity.
labels
Mar 5, 2025
The PR's base branch is set to staging, but 111 commits from the master branch are included. Make sure you know the right base branch for your changes, then:
github-actionsbot
removed
6.topic: python
Python is a high-level, general-purpose programming language.
6.topic: qt/kde
Object-oriented framework for GUI creation
6.topic: rust
General-purpose programming language emphasizing performance, type safety, and concurrency.
6.topic: golang
Go is a high-level general purpose programming language that is statically typed and compiled.
6.topic: ruby
A dynamic, open source programming language with a focus on simplicity and productivity.
6.topic: vim
Advanced text editor
6.topic: stdenv
Standard environment
6.topic: systemd
Software suite that provides an array of system components for Linux operating systems.
6.topic: php
PHP is a general-purpose scripting language geared towards web development.
labels
Mar 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of efforts to finish #349607.
Supersedes / Closes #349733. Removes dependency on
enum34and fixes merge conflict while maintaining authorship.Things done
nix.conf? (See Nix manual)sandbox = relaxedsandbox = truenix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)Add a 👍 reaction to pull requests you find important.