summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix24
1 files changed, 8 insertions, 16 deletions
diff --git a/flake.nix b/flake.nix
index 26f46fc..f5b1a48 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,22 +33,6 @@
# path = "/home/azahi/src/nixpkgs";
# };
- # FIXME https://github.com/NixOS/nixpkgs/pull/187026
- nixpkgs-pr-endlessh-go = {
- type = "github";
- owner = "azahi";
- repo = "nixpkgs";
- ref = "endlessh-go";
- };
-
- # FIXME https://github.com/NixOS/nixpkgs/pull/192671
- nixpkgs-pr-please = {
- type = "github";
- owner = "azahi";
- repo = "nixpkgs";
- ref = "please";
- };
-
nixos-hardware = {
type = "github";
owner = "NixOS";
@@ -85,6 +69,14 @@
};
};
+ arkenfox-nixos = {
+ type = "github";
+ owner = "dwarfmaster";
+ repo = "arkenfox-nixos";
+ ref = "main";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
nix-doom-emacs = {
type = "github";
owner = "nix-community";