-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sewn: init at 0-unstable-2024-11-10 #369971
base: master
Are you sure you want to change the base?
Conversation
pkgs/by-name/da/dam/package.nix
Outdated
|
||
stdenv.mkDerivation { | ||
pname = "dam"; | ||
version = "0"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version = "0"; | |
version = "0-unstable-11-10"; |
pkgs/by-name/da/dam/package.nix
Outdated
]; | ||
|
||
meta = with lib; { | ||
description = "Itsy-bitsy dwm-esque bar for river."; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
description = "Itsy-bitsy dwm-esque bar for river."; | |
description = "Itsy-bitsy dwm-esque bar for river"; |
pkgs/by-name/da/dam/package.nix
Outdated
"PREFIX=${placeholder "out"}" | ||
]; | ||
|
||
meta = with lib; { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
did the suggested changes, thanks @aucub @Sigmanificient |
pkgs/by-name/da/dam/package.nix
Outdated
homepage = "https://codeberg.org/sewn/dam"; | ||
license = lib.licenses.mit; | ||
platforms = lib.platforms.linux; | ||
maintainers = with lib.maintainers; [ "sewn" "wintermute-cell" ]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI is failing due to meta.maintainers
that requires a list of maintainers defined within the maintainers/maintainers-list.nix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you, I think I got how the maintainers field works now!
sewn: init at 0 (unversioned)
Not sure what's wrong now. It still seems to be a problem regarding the
|
This PR simply packages https://codeberg.org/sewn/dam (a minimal status bar for the wayland window manager
river
) for nixpkgs.Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-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.