summaryrefslogtreecommitdiff
path: root/machines/firelink.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/firelink.nix')
-rw-r--r--machines/firelink.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/firelink.nix b/machines/firelink.nix
index 9b17ce2..013bf92 100644
--- a/machines/firelink.nix
+++ b/machines/firelink.nix
@@ -6,7 +6,7 @@ let
src = /home/orbekk/projects/source/.;
});
my-linuxPackages =
- let linuxPkgs = super.unstable.linuxPackages_latest;
+ let linuxPkgs = super.my-extras.nixpkgs-unstable.legacyPackages.${pkgs.system}.linuxPackages_latest;
in linuxPkgs.extend (self: super: {
# xpadneo = super.xpadneo.overrideAttrs (o: rec {
# version = "master";