Include a package in the flake

This commit is contained in:
Tristan Daniël Maat 2021-03-31 22:25:44 +01:00
parent 620b84fd46
commit 68d5b081b1
Signed by: tlater
GPG key ID: 49670FD774E43268
2 changed files with 70 additions and 14 deletions

21
flake.lock generated
View file

@ -15,6 +15,26 @@
"type": "github"
}
},
"naersk": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1614785451,
"narHash": "sha256-TPw8kQvr2UNCuvndtY+EjyXp6Q5GEW2l9UafXXh1XmI=",
"owner": "nmattia",
"repo": "naersk",
"rev": "e0fe990b478a66178a58c69cf53daec0478ca6f9",
"type": "github"
},
"original": {
"owner": "nmattia",
"repo": "naersk",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1617042094,
@ -34,6 +54,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
"naersk": "naersk",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}