nixpkgs: 0-unstable-2024-10-14 -> 0-unstable-2024-10-15

This commit is contained in:
2024-10-15 22:05:56 +00:00
parent f2842a3b7c
commit 7eda639658
3 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
mkNixpkgs ? import ./mkNixpkgs.nix {} mkNixpkgs ? import ./mkNixpkgs.nix {}
}: }:
mkNixpkgs { mkNixpkgs {
rev = "c65fe11c30702076dfc38bdbf0118de730c82721"; rev = "e032e7ed264d9cae8793b947fce8c6205efeb272";
sha256 = "sha256-Q3C9Uyfe7Hp1HPIv+VTfHflIN5MWgPOCB/Kaw0PjQ5E="; sha256 = "sha256-vO4RdpjEK+9umaZjF+mMGEoJ3CVo8jB8nTdIrdPNoaI=";
version = "0-unstable-2024-10-14"; version = "0-unstable-2024-10-15";
branch = "master"; branch = "master";
} }

View File

@@ -3,7 +3,7 @@
}: }:
mkNixpkgs { mkNixpkgs {
rev = "ee1929ff77512c8c310079a02fbf4547d7141a9c"; rev = "ee1929ff77512c8c310079a02fbf4547d7141a9c";
sha256 = "sha256-AzH1rZFqEH8sovZZfJykvsEmCedEZWigQFHWHl6/PdE="; sha256 = "sha256-GGa3uKpXkH8zoyc3Ql/vZFg5qJev/6Y5dtTQZyDQkAw=";
version = "0-unstable-2024-10-13"; version = "0-unstable-2024-10-13";
branch = "staging"; branch = "staging";
} }

View File

@@ -51,7 +51,7 @@ getPkgs() {
# # then i need to ensure those derivations are available for import. # # then i need to ensure those derivations are available for import.
# debug "creating requisite .drv store paths" # debug "creating requisite .drv store paths"
# nix-instantiate -A nix "$NIX_FILES_TOP" # nix-instantiate -A nix "$NIX_FILES_TOP"
# nix-instantiate -A nixpkgs "$NIX_FILES_TOP" # nix-instantiate -A nixpkgs-bootstrap.master "$NIX_FILES_TOP"
debug "querying packages to update as part of '$attrPrefix'" debug "querying packages to update as part of '$attrPrefix'"
local attrs=$(nix eval --raw -f "$NIX_FILES_TOP" 'updateTargets."'"$attrPrefix"'"' --apply 'builtins.concatStringsSep " "') local attrs=$(nix eval --raw -f "$NIX_FILES_TOP" 'updateTargets."'"$attrPrefix"'"' --apply 'builtins.concatStringsSep " "')
debug "got: $attrs" debug "got: $attrs"