diff --git a/flakes/manual.toml b/flakes/manual.toml index 945f060b..330cdf52 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -184,11 +184,61 @@ type = "github" owner = "nix-community" repo = "nix-vscode-extensions" +[[sources]] +type = "github" +owner = "NixOS" +repo = "amis" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "bundlers" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "experimental-nix-installer" + [[sources]] type = "github" owner = "NixOS" repo = "hydra" +[[sources]] +type = "github" +owner = "NixOS" +repo = "nix" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "nix-mode" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "nixfmt" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "nixops" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "nixos-hardware" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "patchelf" + +[[sources]] +type = "github" +owner = "NixOS" +repo = "templates" + [[sources]] type = "github" owner = "numtide"