diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-04-09 13:14:01 -0500 |
| commit | 21de12cd6e63adf463674942f1a8f9b658f47945 (patch) | |
| tree | 5229a5300c1e69d637a1e03539dc19de42244440 /flake.nix | |
| parent | 2147a65b5ff7cef352d95dfa72c705145771f3a3 (diff) | |
jta changes
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,11 @@ inputs = { nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + flake-registry = { + url = "github:NixOS/flake-registry"; + flake = false; + }; + nix-index-database = { url = "github:nix-community/nix-index-database"; inputs.nixpkgs.follows = "nixpkgs"; |
