From b3b78ca3c15bff46eb913e7f0cfebdac71557eea Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 7 Feb 2023 13:04:03 +0200 Subject: fixed command-not-found --- flake.lock | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 9822f46..cfd903e 100644 --- a/flake.lock +++ b/flake.lock @@ -216,6 +216,27 @@ "type": "github" } }, + "programsdb": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "utils": "utils_2" + }, + "locked": { + "lastModified": 1675756633, + "narHash": "sha256-8zFmga2fhVQmAnFimH1CtHL+hiGtapnnN6q1mUAPT2k=", + "owner": "wamserma", + "repo": "flake-programs-sqlite", + "rev": "621bd365e7f4fdd77994009891266214b54b8b6d", + "type": "github" + }, + "original": { + "owner": "wamserma", + "repo": "flake-programs-sqlite", + "type": "github" + } + }, "root": { "inputs": { "agenix": "agenix", @@ -224,7 +245,8 @@ "impermanence": "impermanence", "nixinate": "nixinate", "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_4" + "nixpkgs": "nixpkgs_4", + "programsdb": "programsdb" } }, "utils": { @@ -242,6 +264,21 @@ "type": "github" } }, + "utils_2": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "wlroots": { "flake": false, "locked": { -- cgit 1.4.1