nixpkgs-bootstrap: 0-unstable-2024-10-16 -> 0-unstable-2024-10-21

This commit is contained in:
2024-10-21 21:48:16 +00:00
parent 339b5d805f
commit 88a64738e2
4 changed files with 14 additions and 14 deletions

View File

@@ -127,7 +127,7 @@ in
# - dev? # - dev?
# - debugging? # - debugging?
consoleUtils = declPackageSet [ consoleUtils = declPackageSet [
"alsaUtils" # for aplay, speaker-test "alsa-utils" # for aplay, speaker-test
# "cdrtools" # "cdrtools"
# "clinfo" # "clinfo"
# "dmidecode" # "dmidecode"
@@ -417,10 +417,10 @@ in
# INDIVIDUAL PACKAGE DEFINITIONS # INDIVIDUAL PACKAGE DEFINITIONS
# alsaUtils amixer, aplay, speaker-test, ... # alsa-utils amixer, aplay, speaker-test, ...
alsaUtils.sandbox.whitelistAudio = true; #< not strictly necessary? alsa-utils.sandbox.whitelistAudio = true; #< not strictly necessary?
alsaUtils.sandbox.extraPaths = [ "/dev/snd" ]; alsa-utils.sandbox.extraPaths = [ "/dev/snd" ];
alsaUtils.sandbox.autodetectCliPaths = "existingFile"; # for `aplay ./file.wav` alsa-utils.sandbox.autodetectCliPaths = "existingFile"; # for `aplay ./file.wav`
backblaze-b2 = {}; backblaze-b2 = {};

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {} mkNixpkgs ? import ./mkNixpkgs.nix {}
}: }:
mkNixpkgs { mkNixpkgs {
rev = "d0864b0cf7df796aace596126c76b1ef4cffee51"; rev = "64b2308de14a14ed70e1133f59abe42b3b6e980a";
sha256 = "sha256-PGY0lnctAIKqZYAY5yhX/x5iGvyRURggYFOdmonCZig="; sha256 = "sha256-dQ85bJURM14+LCkCUHG+ANoDHzSkEPg3dLQ5tUlnRD0=";
version = "0-unstable-2024-10-16"; version = "0-unstable-2024-10-21";
branch = "master"; branch = "master";
} }

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {} mkNixpkgs ? import ./mkNixpkgs.nix {}
}: }:
mkNixpkgs { mkNixpkgs {
rev = "a14c2b963237a5f7f6847eb5f7dd342da2c56c35"; rev = "557897f89c316b46ba5ac3d7a0014bd42e2782ab";
sha256 = "sha256-twewCHu8RICraLIxyZvCLVVV/e1fBezxcc/S6WMNm+M="; sha256 = "sha256-zPTvKD4FjL7TNjt68UYuDHVqKbRfyH1h5ppBSvhClNY=";
version = "0-unstable-2024-10-16"; version = "0-unstable-2024-10-21";
branch = "staging-next"; branch = "staging-next";
} }

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {} mkNixpkgs ? import ./mkNixpkgs.nix {}
}: }:
mkNixpkgs { mkNixpkgs {
rev = "0d7fbcdaa1d959bac0ade9eff3c256a5caac050a"; rev = "a6e22b791a49a047ea44b8044d5395ee59d8f540";
sha256 = "sha256-mnMu4/shg9JbO/Fc3YOXnVFgbGWNzx0pRJOA4WdfyOA="; sha256 = "sha256-OSLsEctqhqOjj4ut+sOCv3vG2G0VOi0/QnK9l59nH4I=";
version = "0-unstable-2024-10-16"; version = "0-unstable-2024-10-21";
branch = "staging"; branch = "staging";
} }