From d47d76336a9680b661220d23c5d429d90a2f3f9e Mon Sep 17 00:00:00 2001 From: Henry Webster Date: Sun, 26 Jul 2026 13:20:44 -0500 Subject: move more files out of configuration.nix --- flake.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b024152..3a8765b 100644 --- a/flake.nix +++ b/flake.nix @@ -3,6 +3,9 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-26.05"; + + discidurl.url = "git+https://git.hwebs.info/discidurl?ref=main"; + discidurl.inputs.nixpkgs.follows = "nixpkgs"; }; outputs = @@ -13,7 +16,12 @@ modules = [ ./configuration.nix ./programs.nix - { nixpkgs.overlays = [ (import ./overlays/haunt.nix) ]; } + { + nixpkgs.overlays = [ + (import ./overlays/haunt.nix) + inputs.discidurl.overlays.default + ]; + } ]; }; }; -- cgit v1.3