about summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-03-24 16:33:41 +0100
committerSoispha <soispha@vhack.eu>2024-03-24 16:37:14 +0100
commit9ce56f0d31299c27f6f22234b7904acd87412643 (patch)
tree27f6d12d8ea672fb6222bd4b7e8b83d1bf03754a /flake.lock
parentrefactor(flake): Use an attrs for including open prs (diff)
downloadnixos-config-9ce56f0d31299c27f6f22234b7904acd87412643.tar.gz
nixos-config-9ce56f0d31299c27f6f22234b7904acd87412643.zip
fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock17
1 files changed, 17 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index 1ff164e6..3e380f53 100644
--- a/flake.lock
+++ b/flake.lock
@@ -501,6 +501,22 @@
         "type": "github"
       }
     },
+    "nixpkgs-onlykey": {
+      "locked": {
+        "lastModified": 1711293085,
+        "narHash": "sha256-KhDQnSH2cZNiw8QUvcaTmz/xRR0TdsAGz1S5yvCSbls=",
+        "owner": "soispha",
+        "repo": "nixpkgs",
+        "rev": "646bd95c3171855926db1ee06b2c16ea901cba78",
+        "type": "github"
+      },
+      "original": {
+        "owner": "soispha",
+        "ref": "fix-onlykey-agent",
+        "repo": "nixpkgs",
+        "type": "github"
+      }
+    },
     "nixpkgs-stable": {
       "locked": {
         "lastModified": 1704290814,
@@ -679,6 +695,7 @@
         "nixVim": "nixVim",
         "nixos-generators": "nixos-generators",
         "nixpkgs": "nixpkgs",
+        "nixpkgs-onlykey": "nixpkgs-onlykey",
         "nixpkgs-stable": "nixpkgs-stable",
         "nixpkgs-tfc": "nixpkgs-tfc",
         "poetry2nix": "poetry2nix",