nix: add flake

This also enables building the PDF files using `nix build`
This commit is contained in:
Bruno BELANYI 2021-02-25 14:05:30 +00:00
parent f663253642
commit ea663ea04a
2 changed files with 97 additions and 0 deletions

42
flake.lock generated Normal file
View file

@ -0,0 +1,42 @@
{
"nodes": {
"futils": {
"locked": {
"lastModified": 1610051610,
"narHash": "sha256-U9rPz/usA1/Aohhk7Cmc2gBrEEKRzcW4nwPWMPwja4Y=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "3982c9903e93927c2164caa727cd3f6a0e6d14cc",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1614256104,
"narHash": "sha256-V92DxPnYqlAr5+eYYhkfdwy6aDVxU8ipVrd1ykWdrE0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "772406c2a4e22a85620854056a4cd02856fa10f0",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"futils": "futils",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}