nix: remove workarounds
This commit is contained in:
parent
ae8f633713
commit
461d9416f9
3 changed files with 0 additions and 11 deletions
|
@ -49,26 +49,17 @@
|
||||||
stable = nixpkgs "stable";
|
stable = nixpkgs "stable";
|
||||||
unstable = nixpkgs "unstable";
|
unstable = nixpkgs "unstable";
|
||||||
master = nixpkgs "master";
|
master = nixpkgs "master";
|
||||||
turbo = nixpkgs "turbo";
|
|
||||||
in {
|
in {
|
||||||
# Overlay nixpkgs branches
|
# Overlay nixpkgs branches
|
||||||
#?? nixpkgs.BRANCH.PACKAGE
|
#?? nixpkgs.BRANCH.PACKAGE
|
||||||
inherit stable unstable master;
|
inherit stable unstable master;
|
||||||
|
|
||||||
### Packages
|
### Packages
|
||||||
# TODO: Remove when on unstable
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/389740
|
|
||||||
pwvucontrol = master.pwvucontrol;
|
|
||||||
|
|
||||||
# TODO: Remove when fixed
|
# TODO: Remove when fixed
|
||||||
# https://github.com/NixOS/nixpkgs/issues/389638
|
# https://github.com/NixOS/nixpkgs/issues/389638
|
||||||
# https://github.com/NixOS/nixpkgs/pull/390171
|
# https://github.com/NixOS/nixpkgs/pull/390171
|
||||||
rustdesk-flutter = stable.rustdesk-flutter;
|
rustdesk-flutter = stable.rustdesk-flutter;
|
||||||
|
|
||||||
# TODO: Remove when on unstable
|
|
||||||
# https://github.com/NixOS/nixpkgs/pull/389948
|
|
||||||
turbo-unwrapped = turbo.turbo-unwrapped;
|
|
||||||
|
|
||||||
# TODO: Use official package when available
|
# TODO: Use official package when available
|
||||||
# https://github.com/NixOS/nixpkgs/issues/327982
|
# https://github.com/NixOS/nixpkgs/issues/327982
|
||||||
zen-browser = inputs.zen-browser.packages.${prev.system}.zen-browser;
|
zen-browser = inputs.zen-browser.packages.${prev.system}.zen-browser;
|
||||||
|
|
|
@ -74,7 +74,6 @@
|
||||||
|
|
||||||
### Branches
|
### Branches
|
||||||
nixpkgs-master = flake "github:NixOS/nixpkgs/master";
|
nixpkgs-master = flake "github:NixOS/nixpkgs/master";
|
||||||
nixpkgs-turbo = flake "github:getchoo-contrib/nixpkgs/pkgs/turbo/2.4.5";
|
|
||||||
|
|
||||||
### Source code
|
### Source code
|
||||||
cisco-packettracer8 = source "file:///home/myned/SYNC/linux/config/cisco/CiscoPacketTracer822_amd64_signed.deb";
|
cisco-packettracer8 = source "file:///home/myned/SYNC/linux/config/cisco/CiscoPacketTracer822_amd64_signed.deb";
|
||||||
|
|
|
@ -167,7 +167,6 @@
|
||||||
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
nixos-hardware.url = "github:NixOS/nixos-hardware";
|
||||||
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-turbo.url = "github:getchoo-contrib/nixpkgs/pkgs/turbo/2.4.5";
|
|
||||||
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
nur-stable = {
|
nur-stable = {
|
||||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||||
|
|
Loading…
Add table
Reference in a new issue