Update nixpkgs commit to match xeon07
This commit is contained in:
parent
94fa0de4fc
commit
a46a2ee794
@ -1,16 +1,16 @@
|
|||||||
let
|
let
|
||||||
bscOverlay = import ./overlay.nix;
|
bscOverlay = import ./overlay.nix;
|
||||||
|
|
||||||
commit = "3c0a90afd70b46b081601f9941999e596576337f";
|
commit = "9a6aabc4740790ef3bbb246b86d029ccf6759658";
|
||||||
|
|
||||||
# Pin the nixpkgs
|
# Pin the nixpkgs
|
||||||
nixpkgsPath = builtins.fetchTarball {
|
nixpkgsPath = builtins.fetchTarball {
|
||||||
# Descriptive name to make the store path easier to identify
|
# Descriptive name to make the store path easier to identify
|
||||||
name = "nixpkgs-${commit}";
|
name = "nixpkgs-${commit}";
|
||||||
# Commit hash for nixpkgs release-22.11 as of 2023-03-02
|
# Commit hash for nixpkgs as of 2023-04-11
|
||||||
url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
|
url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
|
||||||
# Hash obtained using `nix-prefetch-url --unpack <url>`
|
# Hash obtained using `nix-prefetch-url --unpack <url>`
|
||||||
sha256 = "0ss4cigiph1ck4lr0qjiw79pjsi4q0nd00mjfzmzmarxdphjsmyy";
|
sha256 = "0m8cid2n6zfnbia7kkan9vw8n5dvwn8sv7cmrap46rckpzbahnls";
|
||||||
};
|
};
|
||||||
|
|
||||||
pkgs = import nixpkgsPath {
|
pkgs = import nixpkgsPath {
|
||||||
|
Loading…
Reference in New Issue
Block a user