summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.lock18
-rw-r--r--mixins/cli.nix2
2 files changed, 10 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index fc88d9b..98b5ce3 100644
--- a/flake.lock
+++ b/flake.lock
@@ -85,11 +85,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1689414552,
-        "narHash": "sha256-FS47yV7VbI2EZ5nDHHuFCH1KFrA8Zh8bnEUUi77VUCU=",
+        "lastModified": 1690027126,
+        "narHash": "sha256-DeUhQQxbu41Qn0uHyNazPBiTJ0lNsf26ThFopWBRRnM=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "559856748982588a9eda6bfb668450ebcf006ccd",
+        "rev": "76dd6c66190db0d46ac6b3ca816cc17b581df42c",
         "type": "github"
       },
       "original": {
@@ -151,11 +151,11 @@
     },
     "nixpkgs_2": {
       "locked": {
-        "lastModified": 1689282004,
-        "narHash": "sha256-VNhuyb10c9SV+3hZOlxwJwzEGytZ31gN9w4nPCnNvdI=",
+        "lastModified": 1690031011,
+        "narHash": "sha256-kzK0P4Smt7CL53YCdZCBbt9uBFFhE0iNvCki20etAf4=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "e74e68449c385db82de3170288a28cd0f608544f",
+        "rev": "12303c652b881435065a98729eb7278313041e49",
         "type": "github"
       },
       "original": {
@@ -173,11 +173,11 @@
         "utils": "utils"
       },
       "locked": {
-        "lastModified": 1689425368,
-        "narHash": "sha256-YvQI/RnJfhu/JaSio4IglcSB+TDm18BBZCTx0x/DyB4=",
+        "lastModified": 1690052568,
+        "narHash": "sha256-paHZMtaLqrwrJZnT8kHH0UXidg6Zzsp8aLGmTYCo6EE=",
         "owner": "wamserma",
         "repo": "flake-programs-sqlite",
-        "rev": "4962ebd49c53ae49b77425e4c1e6a4f4d9e22894",
+        "rev": "1a3f24024fad39203e743892dad32cecd093dec4",
         "type": "github"
       },
       "original": {
diff --git a/mixins/cli.nix b/mixins/cli.nix
index 8a37600..d4815e4 100644
--- a/mixins/cli.nix
+++ b/mixins/cli.nix
@@ -85,7 +85,7 @@
               end
               nix shell $p
             '';
-	    fish_command_not_found = "nix shell nixpkgs#(command-not-found $argv[1] &| sed -nr 's/.*-p (.*)$/\\1/p' | ${lib.getExe pkgs.fzf}) -c $argv[1]";
+	    fish_command_not_found = "nix shell nixpkgs#(command-not-found $argv[1] &| sed -nr 's/.*-p (.*)$/\\1/p' | ${lib.getExe pkgs.fzf} || return 0) -c $argv[1]";
           };
         };
         neovim = {