summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-10-30 01:23:55 +0300
committerAzat Bahawi <azat@bahawi.net>2023-10-30 01:23:55 +0300
commita9fb8a5dc49bffe2262bc4cd667083226459b8d3 (patch)
tree491e13968dcbf724baf7788fe5719136a344015b /flake.nix
parent8039d54cedd1db625ae43c9dc5d0740e95940b33 (diff)
2023-10-30
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/flake.nix b/flake.nix
index 5aa98a9..8df7f19 100644
--- a/flake.nix
+++ b/flake.nix
@@ -49,17 +49,6 @@
ref = "master";
};
- chaotic = {
- type = "github";
- owner = "chaotic-cx";
- repo = "nyx";
- ref = "main";
- inputs = {
- home-manager.follows = "home-manager";
- nixpkgs.follows = "nixpkgs";
- };
- };
-
darwin = {
type = "github";
owner = "LnL7";