nixos/nix: update nixos-rebuild from nixpkgs-pr 389487
https://github.com/NixOS/nixpkgs/pull/389487
This commit is contained in:
parent
09cd559534
commit
30674d583c
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ let
|
|||
# NIXPKGS-PR: 389487
|
||||
futureNixosExecutables = let
|
||||
nixpkgs = builtins.fetchTarball {
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/e8f4dba5135ce202c7ef77118f145ef8b3803088.tar.gz";
|
||||
sha256 = "1ssqca6x9g6ys754zj2sdvsi85hwfhqd04pa445gavr4wiadgv0b";
|
||||
url = "https://github.com/NixOS/nixpkgs/archive/53a47a1c57b35bb5850cfb137d5c51ec6581152d.tar.gz";
|
||||
sha256 = "sha256-B2nuArKny9jHqEZewqlu61f/4/9lh65iGF9IKjeTc+c=";
|
||||
};
|
||||
in pkgs.callPackage "${nixpkgs}/pkgs/os-specific/linux/nixos-rebuild/default.nix" {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue