From a0a3dcde99c4a8aa19b23ead79c08eedca30d002 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Sat, 8 Oct 2022 01:04:01 +0300 Subject: 2022-10-08 --- flake.nix | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'flake.nix') 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"; -- cgit v1.2.3