From d5096d44077bf536ca486fc71e838056dbad344d Mon Sep 17 00:00:00 2001
From: Myned <dev@bjork.tech>
Date: Sun, 9 Feb 2025 18:29:30 -0600
Subject: [PATCH] nix: remove vestigial code

Signed-off-by: Myned <dev@bjork.tech>
---
 configuration.nix | 2 --
 flake.in.nix      | 5 -----
 flake.nix         | 1 -
 3 files changed, 8 deletions(-)

diff --git a/configuration.nix b/configuration.nix
index 3f608bf..ea64fa4 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -49,8 +49,6 @@
           stable = nixpkgs "stable";
           unstable = nixpkgs "unstable";
           master = nixpkgs "master";
-          dcsunset = nixpkgs "dcsunset";
-          #// local = nixpkgs "local";
         in {
           # Overlay nixpkgs branches
           #?? nixpkgs.BRANCH.PACKAGE
diff --git a/flake.in.nix b/flake.in.nix
index cd3369f..9031f4d 100644
--- a/flake.in.nix
+++ b/flake.in.nix
@@ -68,13 +68,8 @@
     walker = flake "github:abenz1267/walker?ref=v0.12.8" // unstable "nixpkgs";
 
     ### Branches
-    nixpkgs-dcsunset = flake "github:DCsunset/nixpkgs/update-freerdp3";
     nixpkgs-master = flake "github:NixOS/nixpkgs/master";
 
-    ### Development
-    #// nixpkgs-local = flake "git+file:///home/myned/SYNC/dev/repo/nixpkgs";
-    #// hyprland = flake "git+file:///home/myned/SYNC/dev/repo/Hyprland?submodules=1";
-
     ### Source code
     firefox-gnome-theme = source "github:rafaelmardojai/firefox-gnome-theme/v128";
     lifx-cli = source "github:Rawa/lifx-cli";
diff --git a/flake.nix b/flake.nix
index 55f7345..f64ebd5 100644
--- a/flake.nix
+++ b/flake.nix
@@ -125,7 +125,6 @@
       url = "github:nix-community/nixd";
     };
     nixos-hardware.url = "github:NixOS/nixos-hardware";
-    nixpkgs-dcsunset.url = "github:DCsunset/nixpkgs/update-freerdp3";
     nixpkgs-master.url = "github:NixOS/nixpkgs/master";
     nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";