temporarily use stable pdm

This commit is contained in:
xenofem 2026-05-22 00:29:10 -04:00
parent 8fceabd506
commit 3194212a50
2 changed files with 22 additions and 3 deletions

19
flake.lock generated
View file

@ -16,9 +16,26 @@
"type": "github"
}
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1779102034,
"narHash": "sha256-vZJZjLo513IeI8hjzHFc6TDezUd4uCE2Eq4SNO3DNNg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "687f05a9184cad4eaf905c48b63649e3a86f5433",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-25.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable"
}
}
},