nix: init tooling

This commit is contained in:
raf 2024-12-22 18:44:11 +03:00
commit b78133a5c4
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
5 changed files with 89 additions and 0 deletions

26
flake.lock generated Normal file
View file

@ -0,0 +1,26 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1734880952,
"narHash": "sha256-ZTt3x0DN55JGjdYv8TEDC/YDxcYfpFDLApYvKFMnxNM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "578baae41df4920fb34db92ae3a312c23ea90b89",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}