aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorBernardo Meurer2021-09-15 10:03:29 -0700
committerBernardo Meurer2021-09-15 10:03:29 -0700
commitdc6e17b86f0026db86f6ec25c4df63ac497b9303 (patch)
tree7f5faa185f68a2f46a58d1de2248ae87d776b327 /flake.lock
parente5546f9c2503c26d175f08a81fc0a0f330be4cbe (diff)
flake: replace naersk with buildRustPackage
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock22
1 files changed, 0 insertions, 22 deletions
diff --git a/flake.lock b/flake.lock
index f54ce57..6d01c3e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -16,27 +16,6 @@
"type": "github"
}
},
- "naersk": {
- "inputs": {
- "nixpkgs": [
- "nixpkgs"
- ]
- },
- "locked": {
- "lastModified": 1622810282,
- "narHash": "sha256-4wmvM3/xfD0hCdNDIXVzRMfL4yB1J+DjH6Zte2xbAxk=",
- "owner": "nmattia",
- "repo": "naersk",
- "rev": "e8061169e1495871b56be97c5c51d310fae01374",
- "type": "github"
- },
- "original": {
- "owner": "nmattia",
- "ref": "master",
- "repo": "naersk",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1622972307,
@@ -56,7 +35,6 @@
"root": {
"inputs": {
"flake-compat": "flake-compat",
- "naersk": "naersk",
"nixpkgs": "nixpkgs",
"utils": "utils"
}