nix: remove vestigial code
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
97552d0e25
commit
d5096d4407
3 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue