aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/flake.lock
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-11-01 08:51:36 -0700
committerFranck Cuny <franck@fcuny.net>2022-11-01 18:46:27 -0700
commit04a4d34e94c6333768a136ef8f40d367629f7e00 (patch)
treef10292aae1188c4f13a4a2ba4fda0348af8b1b13 /src/x509-info/flake.lock
parentbuild: configure rust overlay to follow nixpkgs (diff)
downloadx-04a4d34e94c6333768a136ef8f40d367629f7e00.tar.gz
build: get rid of naersk
We can build a rust binary without naesrk,with the help of `buildRustPackage`. Simplify a bit the overall build by consuming information from Cargo.toml and Cargo.lock.
Diffstat (limited to 'src/x509-info/flake.lock')
-rw-r--r--src/x509-info/flake.lock35
1 files changed, 1 insertions, 34 deletions
diff --git a/src/x509-info/flake.lock b/src/x509-info/flake.lock
index d4cb665..9080ba8 100644
--- a/src/x509-info/flake.lock
+++ b/src/x509-info/flake.lock
@@ -30,40 +30,8 @@
"type": "github"
}
},
- "naersk": {
- "inputs": {
- "nixpkgs": "nixpkgs"
- },
- "locked": {
- "lastModified": 1662220400,
- "narHash": "sha256-9o2OGQqu4xyLZP9K6kNe1pTHnyPz0Wr3raGYnr9AIgY=",
- "owner": "nmattia",
- "repo": "naersk",
- "rev": "6944160c19cb591eb85bbf9b2f2768a935623ed3",
- "type": "github"
- },
- "original": {
- "owner": "nmattia",
- "repo": "naersk",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
- "lastModified": 1666215963,
- "narHash": "sha256-+kSNzDXqoEVEryrJ9WrvGSvi784xPMXkk7jTJPFdT/k=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "e66821278399ba9565178ce3b525e72275fe004e",
- "type": "github"
- },
- "original": {
- "id": "nixpkgs",
- "type": "indirect"
- }
- },
- "nixpkgs_2": {
- "locked": {
"lastModified": 1666229941,
"narHash": "sha256-0e6aB1+ZqKuQdyjwgHltHlWMYJZCn6b0gYxdTSfIKCE=",
"owner": "NixOS",
@@ -80,8 +48,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
- "naersk": "naersk",
- "nixpkgs": "nixpkgs_2",
+ "nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}
},