Skip to content

Commit

Permalink
move win10hotplug out of top level
Browse files Browse the repository at this point in the history
  • Loading branch information
ifd3f committed Dec 13, 2024
1 parent db7b623 commit f7f65d2
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion machines/chungus/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ in with lib; {

# RGB stuff
hardware.i2c.enable = true;
environment.systemPackages = with pkgs; [ openrgb win10hotplug ];
environment.systemPackages = with pkgs; [ openrgb ];

hardware.nvidia.open = true;

Expand Down
4 changes: 4 additions & 0 deletions nix/nixos-modules/astral/vfio.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@
"vfio_iommu_type1"
];
};

environment.systemPackages = [
(pkgs.callPackage ./vfio/win10hotplug { })
];
};
}

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion nix/outputs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ in {
#inherit (nixpkgs-lxdvms.legacyPackages.${prev.system}) lxd;

inherit (self.packages.${prev.system})
authelia-bin win10hotplug ifd3f-infra-scripts;
authelia-bin ifd3f-infra-scripts;

# gmic is currently broken, use an older version of darktable
# https://github.co.O.pkgs/pull/211600
Expand Down
2 changes: 0 additions & 2 deletions nix/pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ in vendored-images // rec {
path = vendored-images.vendored-centos-8-cloud;
}];

win10hotplug = pkgs.callPackage ./win10hotplug { };

surface-screen-rotate = pkgs.runCommand "surface-screen-rotate" { } ''
mkdir -p $out/bin
ln -s ${./surface-screen-rotate.py} $out/bin/surface-screen-rotate
Expand Down

0 comments on commit f7f65d2

Please sign in to comment.