1
1
Fork 0

nix: remove vestigial code

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-09 18:29:30 -06:00
parent 97552d0e25
commit d5096d4407
Signed by: Myned
GPG key ID: C7224454F7881A34
3 changed files with 0 additions and 8 deletions

View file

@ -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

View file

@ -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";

View file

@ -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";