feat: Remove subflakes and integrate them into main flake

This commit is contained in:
uttarayan21
2024-11-19 15:44:49 +05:30
parent 7476015e6a
commit 302e0f0ef4
5 changed files with 13 additions and 195 deletions

View File

@@ -62,12 +62,6 @@
url = "github:dj95/zjstatus";
inputs.nixpkgs.follows = "nixpkgs";
};
subflakes = {
# TODO: Will eventualy move all the non-flake fetchFromGitHub urls to this flake
# As inputs for the flake that way I don't have to update the hashes manually
url = "path:./flakes";
inputs.nixpkgs.follows = "nixpkgs";
};
rust-overlay = {
url = "github:oxalica/rust-overlay";
inputs.nixpkgs.follows = "nixpkgs";
@@ -100,6 +94,10 @@
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
csshacks = {
url = "github:MrOtherGuy/firefox-csshacks";
flake = false;
};
};
outputs = {