aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/x509-info/flake.lock20
-rw-r--r--src/x509-info/flake.nix5
2 files changed, 7 insertions, 18 deletions
diff --git a/src/x509-info/flake.lock b/src/x509-info/flake.lock
index 610cec8..d4cb665 100644
--- a/src/x509-info/flake.lock
+++ b/src/x509-info/flake.lock
@@ -77,22 +77,6 @@
"type": "github"
}
},
- "nixpkgs_3": {
- "locked": {
- "lastModified": 1665296151,
- "narHash": "sha256-uOB0oxqxN9K7XGF1hcnY+PQnlQJ+3bP2vCn/+Ru/bbc=",
- "owner": "NixOS",
- "repo": "nixpkgs",
- "rev": "14ccaaedd95a488dd7ae142757884d8e125b3363",
- "type": "github"
- },
- "original": {
- "owner": "NixOS",
- "ref": "nixpkgs-unstable",
- "repo": "nixpkgs",
- "type": "github"
- }
- },
"root": {
"inputs": {
"flake-utils": "flake-utils",
@@ -104,7 +88,9 @@
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils_2",
- "nixpkgs": "nixpkgs_3"
+ "nixpkgs": [
+ "nixpkgs"
+ ]
},
"locked": {
"lastModified": 1666234887,
diff --git a/src/x509-info/flake.nix b/src/x509-info/flake.nix
index 0dbaee0..4861588 100644
--- a/src/x509-info/flake.nix
+++ b/src/x509-info/flake.nix
@@ -4,7 +4,10 @@
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs";
- rust-overlay.url = "github:oxalica/rust-overlay";
+ rust-overlay = {
+ url = "github:oxalica/rust-overlay";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
naersk.url = "github:nmattia/naersk";
};