This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2025-01-01 02:23:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7dca174bfe
nixpkgs
/
pkgs
/
kde
/
gear
/
sweeper
/
default.nix
7 lines
95 B
Nix
Raw
Normal View
History
Unescape
Escape
kdePackages: nixfmt
2024-09-20 05:54:48 +00:00
{
mkKdeDerivation
}:
pkgs/kde: init at 6.0.0 / 24.02.0, the Nix bits This is the thing you want to look at.
2024-02-05 15:43:41 +00:00
mkKdeDerivation
{
pname
=
"
s
w
e
e
p
e
r
"
;
treewide: add meta.mainProgram to packages with a single binary The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2024-03-19 02:14:51 +00:00
meta
.
mainProgram
=
"
s
w
e
e
p
e
r
"
;
pkgs/kde: init at 6.0.0 / 24.02.0, the Nix bits This is the thing you want to look at.
2024-02-05 15:43:41 +00:00
}
Reference in New Issue
Copy Permalink