ultrastable nixpkgs for rarely used big apps, update unstable

This commit is contained in:
Vinzenz Schroeter 2023-11-03 20:38:08 +01:00
parent fa9bf1f0f8
commit 3d1f8393f4
3 changed files with 9 additions and 4 deletions

View file

@ -6,6 +6,7 @@
pciutils pciutils
ncdu ncdu
tldr tldr
glances
]; ];
}; };

View file

@ -3,7 +3,8 @@
lib, lib,
... ...
}: let }: let
unstable-commit-sha = "f5892ddac112a1e9b3612c39af1b72987ee5783a"; unstable-commit-sha = "fa804edfb7869c9fb230e174182a8a1a7e512c40";
ultrastable-commit-sha = "34bdaaf1f0b7fb6d9091472edc968ff10a8c2857";
in { in {
options.my.allowUnfreePackages = lib.mkOption { options.my.allowUnfreePackages = lib.mkOption {
type = lib.types.listOf lib.types.str; type = lib.types.listOf lib.types.str;
@ -18,6 +19,9 @@ in {
unstable = import (fetchTarball "https://github.com/nixos/nixpkgs/tarball/${unstable-commit-sha}") { unstable = import (fetchTarball "https://github.com/nixos/nixpkgs/tarball/${unstable-commit-sha}") {
config = config.nixpkgs.config; config = config.nixpkgs.config;
}; };
ultrastable = import (fetchTarball "https://github.com/nixos/nixpkgs/tarball/${ultrastable-commit-sha}") {
config = config.nixpkgs.config;
};
}; };
# https://github.com/NixOS/nixpkgs/issues/197325#issuecomment-1579420085 # https://github.com/NixOS/nixpkgs/issues/197325#issuecomment-1579420085

View file

@ -5,7 +5,7 @@
}: { }: {
home.packages = with pkgs; [ home.packages = with pkgs; [
keepassxc keepassxc
insync unstable.insync
telegram-desktop telegram-desktop
simple-scan simple-scan
wireguard-tools wireguard-tools
@ -16,12 +16,12 @@
wirelesstools wirelesstools
thefuck thefuck
dotnet-sdk_7 dotnet-sdk_7
jetbrains.rider ultrastable.jetbrains.rider
alejandra alejandra
arduino arduino
uucp uucp
screen screen
jetbrains.pycharm-professional ultrastable.jetbrains.pycharm-professional
kdiff3 kdiff3
docker docker
youtube-music youtube-music