chore: Implement code review suggestions

This commit is contained in:
Piotr Gaczkowski 2026-04-13 10:53:07 +02:00
parent 3fe23fdc38
commit e0eb0b4617
9 changed files with 203 additions and 14 deletions

18
npins/sources.json Normal file
View file

@ -0,0 +1,18 @@
{
"pins": {
"nixpkgs": {
"type": "Git",
"repository": {
"type": "GitHub",
"owner": "nixos",
"repo": "nixpkgs"
},
"branch": "nixos-25.11",
"submodules": false,
"revision": "54170c54449ea4d6725efd30d719c5e505f1c10e",
"url": "https://github.com/nixos/nixpkgs/archive/54170c54449ea4d6725efd30d719c5e505f1c10e.tar.gz",
"hash": "0ayx6v3wwvqpdjkbfnbgyp7rwnsypgn6willidza61x9ilmxkqdp"
}
},
"version": 5
}