From 0d43d696761ca61e0c4054bbf9bbd2fb23348da3 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 17 Aug 2024 09:47:57 +0000 Subject: [PATCH] flake.lock: add secrix --- flake.lock | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/flake.lock b/flake.lock index 9b2e8c1..1fac784 100644 --- a/flake.lock +++ b/flake.lock @@ -90,7 +90,28 @@ "impermanence": "impermanence", "nixos-hardware": "nixos-hardware", "nixpkgs": "nixpkgs", - "nixpkgs_unstable": "nixpkgs_unstable" + "nixpkgs_unstable": "nixpkgs_unstable", + "secrix": "secrix" + } + }, + "secrix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1718983551, + "narHash": "sha256-JOX1quPQEHyzWfeZvI2ZtNPJ5zPP9vMuSO4W+/AawT0=", + "owner": "Platonic-Systems", + "repo": "secrix", + "rev": "59bdb737fac787278b80069dad48ba90ace42bfc", + "type": "github" + }, + "original": { + "owner": "Platonic-Systems", + "repo": "secrix", + "type": "github" } } },