make nix overlay and remove nixpkgs dependency

This commit is contained in:
bit
2025-06-30 20:52:55 +02:00
parent 460f603510
commit af3ced34e9
2 changed files with 29 additions and 64 deletions

32
flake.lock generated
View File

@@ -1,33 +1,12 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1730785428,
"narHash": "sha256-Zwl8YgTVJTEum+L+0zVAWvXAGbWAuXHax3KzuejaDyo=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "4aa36568d413aca0ea84a1684d2d46f55dbabad7",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"pydantic-uuid-model": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1731232726,
"narHash": "sha256-j2kkXkw6KKfGAu7Qd879pWDNupL7ShyininLCupOGFY=",
"ref": "refs/heads/master",
"rev": "68803636acdba905d64d34d8986d5f99f07b6d7a",
"revCount": 2,
"lastModified": 1751309415,
"narHash": "sha256-qKSRotFL6KmztfFiGMP5NTuQh1WXgnJEAgvSeywf5cc=",
"ref": "refs/heads/main",
"rev": "746afe85fe0bab5c16c81a321d9c77a34d7b0132",
"revCount": 3,
"type": "git",
"url": "https://git.chaosbit.de/bit/pydanticuuidmodel"
},
@@ -38,7 +17,6 @@
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"pydantic-uuid-model": "pydantic-uuid-model"
}
}