summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-10-20 01:36:00 +0300
committerAzat Bahawi <azat@bahawi.net>2022-10-20 01:36:00 +0300
commit2161e67026139fe91ef0e38c255d2fc63e739be3 (patch)
tree1d8c5d276614d2045c5dea429de0f61d0602b37d /flake.nix
parenta0a3dcde99c4a8aa19b23ead79c08eedca30d002 (diff)
2022-10-20
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";