Initial commit

This commit is contained in:
Vojtěch Káně
2021-06-01 17:45:59 +02:00
commit e908551eca
18 changed files with 266 additions and 0 deletions

45
flake.lock generated Normal file
View File

@@ -0,0 +1,45 @@
{
"nodes": {
"hermit": {
"flake": false,
"locked": {
"lastModified": 1622561639,
"narHash": "sha256-Zw/+3EE6DAQ4NS1i22vadXwDEo6CnJkByy7IpdGuRYM=",
"owner": "vojta001",
"repo": "hermit",
"rev": "56843f347a642324970ba30d58f23c64e037bb7c",
"type": "github"
},
"original": {
"owner": "vojta001",
"ref": "tmp",
"repo": "hermit",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1622059058,
"narHash": "sha256-t1/ZMtyxClVSfcV4Pt5C1YpkeJ/UwFF3oitLD7Ch/UA=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "84aa23742f6c72501f9cc209f29c438766f5352d",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"hermit": "hermit",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}