aboutsummaryrefslogtreecommitdiffstats
path: root/flake
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
parentrefactor(flake): Use an attrs for including open prs (diff)
downloadnixos-config-9ce56f0d31299c27f6f22234b7904acd87412643.zip
fix(hm/conf/gpg): Add my nixpkgs fork to ensure a working gpg-agent
Diffstat (limited to '')
-rw-r--r--flake.lock17
-rw-r--r--flake.nix9
2 files changed, 23 insertions, 3 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",
diff --git a/flake.nix b/flake.nix
index f56b5e21..1a0e295c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,6 +7,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# open nixpkgs prs
nixpkgs-tfc.url = "github:soispha/nixpkgs/add-termfilechooser";
+ nixpkgs-onlykey.url = "github:soispha/nixpkgs/fix-onlykey-agent";
# inputs for following
systems = {
@@ -239,6 +240,7 @@
self,
nixpkgs,
nixpkgs-tfc,
+ nixpkgs-onlykey,
# modules
home-manager,
nixos-generators,
@@ -276,6 +278,7 @@
nixpkgs_open_prs = {
inherit
nixpkgs-tfc
+ nixpkgs-onlykey
;
};
outputs = import ./flake {
@@ -288,7 +291,7 @@
nixpkgs_as_input
nixpkgs_open_prs
# modules
-
+
home-manager
nixVim
nixos-generators
@@ -300,12 +303,12 @@
lanzaboote
nix-index-database
# external dependencies
-
+
treefmt-nix
user_js
templates
# my binaries
-
+
shell_library
river_init_lesser
yambar_memory