about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flake.nix15
1 files changed, 10 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 5a224e1..26f46fc 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,13 +34,21 @@
     # };
 
     # FIXME https://github.com/NixOS/nixpkgs/pull/187026
-    nixpkgs-endlessh-go = {
+    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";
@@ -180,12 +188,9 @@
     };
 
     xmonad-ng = {
-      type = "gitlab";
-      owner = "azahi";
-      repo = "xmonad-ng";
-      ref = "master";
       # type = "path";
       # path = "/home/azahi/src/xmonad-ng";
+      url = "git+https://git.azahi.cc/xmonad-ng?ref=master";
       inputs = {
         flake-utils.follows = "flake-utils";
         nixpkgs.follows = "nixpkgs";

Consider giving Nix/NixOS a try! <3