Use nix flake functionality for development

This commit is contained in:
Martin Puppe 2022-04-08 01:47:18 +02:00
parent 8c56307c55
commit dd5f51d9cc
10 changed files with 61 additions and 25 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"financier": {
"flake": false,
"locked": {
"lastModified": 1643285999,
"narHash": "sha256-t0fdmgXtL5oh1sORK/9Uv8lDFXW2GCkQg+LGWyo8mXw=",
"owner": "mpuppe",
"repo": "financier",
"rev": "feb17f4bfba2121043be68d6ab74573c6be2a06d",
"type": "gitlab"
},
"original": {
"owner": "mpuppe",
"repo": "financier",
"type": "gitlab"
}
},
"flake-utils": {
"locked": {
"lastModified": 1631561581,
@ -31,6 +47,7 @@
},
"root": {
"inputs": {
"financier": "financier",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}