nix: update for nixpkgs 25.11
This commit is contained in:
parent
cb99e13cd5
commit
0db0f29d82
7 changed files with 14 additions and 28 deletions
9
nix/nixpkgs-25.11.nix
Normal file
9
nix/nixpkgs-25.11.nix
Normal 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;
|
||||
}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue