2023-10-31 10:36:20 +01:00
|
|
|
let
|
2023-11-24 15:22:49 +01:00
|
|
|
commit = "e4ad989506ec7d71f7302cc3067abd82730a4beb";
|
2023-10-31 10:36:20 +01:00
|
|
|
in builtins.fetchTarball {
|
|
|
|
# Descriptive name to make the store path easier to identify
|
|
|
|
name = "nixpkgs-${commit}";
|
|
|
|
url = "https://github.com/nixos/nixpkgs/archive/${commit}.tar.gz";
|
|
|
|
# Hash obtained using `nix-prefetch-url --unpack <url>`
|
2023-11-24 15:22:49 +01:00
|
|
|
sha256 = "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=";
|
2023-10-31 10:36:20 +01:00
|
|
|
}
|