mirror of
https://github.com/kaesaecracker/nixos-configuration.git
synced 2025-01-18 18:40:14 +01:00
ultrastable nixpkgs for rarely used big apps, update unstable
This commit is contained in:
parent
fa9bf1f0f8
commit
3d1f8393f4
|
@ -6,6 +6,7 @@
|
||||||
pciutils
|
pciutils
|
||||||
ncdu
|
ncdu
|
||||||
tldr
|
tldr
|
||||||
|
glances
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue