diff options
| author | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:20:44 -0500 |
|---|---|---|
| committer | Henry Webster <hwebs@hwebs.info> | 2026-07-26 13:20:44 -0500 |
| commit | d47d76336a9680b661220d23c5d429d90a2f3f9e (patch) | |
| tree | 741291864d3349dbcbe00346974a747a350924bc /flake.nix | |
| parent | f10624e907621458407be98a567918afe77d59b6 (diff) | |
move more files out of configuration.nix
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 + ]; + } ]; }; }; |
