Replace command-not-found with nix-index

This commit is contained in:
2023-02-11 15:18:44 +01:00
parent 3b535a6d4d
commit 42f535a430
3 changed files with 38 additions and 2 deletions

21
flake.lock generated
View File

@@ -59,6 +59,26 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1675567746,
"narHash": "sha256-huugg+7ok2VjmoLhkT+mAcw6iVK+hOqrYV0jMMD4EpQ=",
"owner": "Mic92",
"repo": "nix-index-database",
"rev": "3880fa89727c622ae4674a2b6169c81112b43cf4",
"type": "github"
},
"original": {
"owner": "Mic92",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1675942811,
@@ -94,6 +114,7 @@
"inputs": {
"agenix": "agenix",
"cyrus-sasl-xoauth2": "cyrus-sasl-xoauth2",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"openconnect-sso": "openconnect-sso"
}