Adapt package names to upstream changes
This commit is contained in:
parent
5ab5e53476
commit
d8c976ec47
@ -6,7 +6,7 @@
|
||||
}:
|
||||
|
||||
let
|
||||
isUnstable = config.boot.zfs.package == pkgs.zfsUnstable;
|
||||
isUnstable = config.boot.zfs.package == pkgs.zfs_unstable;
|
||||
zfsCompatibleKernelPackages = lib.filterAttrs (
|
||||
name: kernelPackages:
|
||||
(builtins.match "linux_[0-9]+_[0-9]+" name) != null
|
||||
|
||||
@ -48,7 +48,7 @@ in
|
||||
path = [
|
||||
pass-wayland
|
||||
git
|
||||
gitAndTools.pass-git-helper
|
||||
pass-git-helper
|
||||
];
|
||||
script = "${pkgs.pass-wayland}/bin/pass git push";
|
||||
serviceConfig.Type = "oneshot";
|
||||
@ -120,7 +120,7 @@ in
|
||||
path = [
|
||||
pass-wayland
|
||||
git
|
||||
gitAndTools.pass-git-helper
|
||||
pass-git-helper
|
||||
];
|
||||
script = "${pkgs.git}/bin/git -C /home/coolneng/Projects/panacea push";
|
||||
serviceConfig.Type = "oneshot";
|
||||
|
||||
@ -36,7 +36,7 @@ in
|
||||
gnupg
|
||||
pass-wayland
|
||||
passff-host
|
||||
gitAndTools.pass-git-helper
|
||||
pass-git-helper
|
||||
inputs.agenix.packages.${config.nixpkgs.localSystem.system}.default
|
||||
git-crypt
|
||||
git-lfs
|
||||
@ -63,14 +63,14 @@ in
|
||||
direnv
|
||||
nix-direnv
|
||||
gnumake
|
||||
gitAndTools.pre-commit
|
||||
pre-commit
|
||||
# Rice
|
||||
adapta-gtk-theme
|
||||
paper-icon-theme
|
||||
# Audio
|
||||
mopidy
|
||||
ncmpcpp
|
||||
mpc_cli
|
||||
mpc
|
||||
pulsemixer
|
||||
easyeffects
|
||||
patched-bitwig
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user