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";
|
stable = nixpkgs "stable";
|
||||||
unstable = nixpkgs "unstable";
|
unstable = nixpkgs "unstable";
|
||||||
master = nixpkgs "master";
|
master = nixpkgs "master";
|
||||||
dcsunset = nixpkgs "dcsunset";
|
|
||||||
#// local = nixpkgs "local";
|
|
||||||
in {
|
in {
|
||||||
# Overlay nixpkgs branches
|
# Overlay nixpkgs branches
|
||||||
#?? nixpkgs.BRANCH.PACKAGE
|
#?? nixpkgs.BRANCH.PACKAGE
|
||||||
|
|
|
@ -68,13 +68,8 @@
|
||||||
walker = flake "github:abenz1267/walker?ref=v0.12.8" // unstable "nixpkgs";
|
walker = flake "github:abenz1267/walker?ref=v0.12.8" // unstable "nixpkgs";
|
||||||
|
|
||||||
### Branches
|
### Branches
|
||||||
nixpkgs-dcsunset = flake "github:DCsunset/nixpkgs/update-freerdp3";
|
|
||||||
nixpkgs-master = flake "github:NixOS/nixpkgs/master";
|
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
|
### Source code
|
||||||
firefox-gnome-theme = source "github:rafaelmardojai/firefox-gnome-theme/v128";
|
firefox-gnome-theme = source "github:rafaelmardojai/firefox-gnome-theme/v128";
|
||||||
lifx-cli = source "github:Rawa/lifx-cli";
|
lifx-cli = source "github:Rawa/lifx-cli";
|
||||||
|
|
|
@ -125,7 +125,6 @@
|
||||||
url = "github:nix-community/nixd";
|
url = "github:nix-community/nixd";
|
||||||
};
|
};
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
nixpkgs-dcsunset.url = "github:DCsunset/nixpkgs/update-freerdp3";
|
|
||||||
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
nixpkgs-master.url = "github:NixOS/nixpkgs/master";
|
||||||
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-24.11";
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
Loading…
Add table
Reference in a new issue