1
Fork 0
mirror of https://github.com/RGBCube/HTMNIX synced 2025-07-29 17:07:45 +00:00

Depend on nixpkgs.lib

This commit is contained in:
RGBCube 2024-02-28 10:09:00 +03:00
parent 682ed00b4f
commit 86ba79747d
No known key found for this signature in database
3 changed files with 31 additions and 5 deletions

26
flake.lock generated Normal file
View file

@ -0,0 +1,26 @@
{
"nodes": {
"lib": {
"locked": {
"lastModified": 1708821942,
"narHash": "sha256-jd+E1SD59qty65pwqad2mftzkT6vW5nNFWVuvayh4Zw=",
"owner": "nix-community",
"repo": "nixpkgs.lib",
"rev": "479831ed8b3c9c7b80533999f880c7d0bf6a491b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixpkgs.lib",
"type": "github"
}
},
"root": {
"inputs": {
"lib": "lib"
}
}
},
"root": "root",
"version": 7
}