zelbar: Use new version released upstream
This commit is contained in:
parent
0ac0ad1267
commit
df0886e4ff
2 changed files with 4 additions and 8 deletions
|
|
@ -6,7 +6,7 @@
|
|||
onixpkgs.url = "nixpkgs/nixos-25.05";
|
||||
nixpkgs.url = "nixpkgs/nixos-25.11";
|
||||
unixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
zelbarnixpkgs.url = "github:wlcx/nixpkgs/zelbar";
|
||||
zelbarnixpkgs.url = "github:GeoffreyFrogeye/nixpkgs/zelbar";
|
||||
# OS
|
||||
disko = {
|
||||
url = "disko";
|
||||
|
|
@ -70,9 +70,7 @@
|
|||
{
|
||||
# inherit (upkgs) hello; # Take package and dependencies: heavier
|
||||
# hello = super.callPackage "${unixpkgs}/pkgs/by-name/he/hello/package.nix" { }; # Take package only: not always possible
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" {
|
||||
zig = super.zig_0_14;
|
||||
};
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" { };
|
||||
inherit (opkgs) ansible-language-server; # Removed before 25.11 for annoying upstream reasons
|
||||
# https://github.com/NixOS/nixpkgs/pull/445884/commits/713e8c57f16b0785bb4cdd88662078a742188f13
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
{
|
||||
zelbarnixpkgs ? builtins.getFlake "github:wlcx/nixpkgs/zelbar",
|
||||
zelbarnixpkgs ? builtins.getFlake "github:GeoffreyFrogeye/nixpkgs/zelbar",
|
||||
nixpkgs ? <nixpkgs>,
|
||||
# nixpkgs ? builtins.getFlake "nixpkgs/nixos-25.11",
|
||||
pkgs ? import nixpkgs {
|
||||
overlays = [
|
||||
(self: super: {
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" {
|
||||
zig = super.zig_0_14;
|
||||
};
|
||||
zelbar = super.callPackage "${zelbarnixpkgs}/pkgs/by-name/ze/zelbar/package.nix" { };
|
||||
})
|
||||
];
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue