nix: update for nixpkgs 25.11

This commit is contained in:
The MMGen Project 2025-12-08 14:56:19 +00:00
commit 0db0f29d82
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
7 changed files with 14 additions and 28 deletions

9
nix/nixpkgs-25.11.nix Normal file
View file

@ -0,0 +1,9 @@
import (
fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
# url = /path/to/repo/nixpkgs-25.11.git;
ref = "release-25.11";
rev = "52de6ea1db373aac4aec2ca926638db524ea7acf";
shallow = true;
}
)