Skip to content

Commit

Permalink
refactor: get quickemu and quickgui from upstream flake
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 3, 2024
1 parent b5b60eb commit af81dc9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 1,008 deletions.
5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
nix-snapd.url = "https://flakehub.com/f/io12/nix-snapd/0.1.*.tar.gz";
nix-snapd.inputs.nixpkgs.follows = "nixpkgs";

quickemu.url = "https://flakehub.com/f/quickemu-project/quickemu/*.tar.gz";
quickemu.inputs.nixpkgs.follows = "nixpkgs";
quickgui.url = "https://flakehub.com/f/quickemu-project/quickgui/*.tar.gz";
quickgui.inputs.nixpkgs.follows = "nixpkgs";

fh.url = "https://flakehub.com/f/DeterminateSystems/fh/*.tar.gz";
fh.inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
3 changes: 2 additions & 1 deletion nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ in
] ++ lib.optionals (isInstall && isWorkstation) [
pods
] ++ lib.optionals (isInstall && isWorkstation && notVM) [
quickemu
inputs.quickemu.packages.${platform}.default
inputs.quickgui.packages.${platform}.default
] ++ lib.optionals (isInstall && hasNvidia) [
nvtopPackages.full
vdpauinfo
Expand Down
2 changes: 0 additions & 2 deletions pkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
gitkraken = pkgs.callPackage ./gitkraken { };
obs-studio = pkgs.callPackage ./obs-studio { };
obs-studio-plugins = pkgs.callPackage ./obs-studio/plugins { };
quickemu = pkgs.callPackage ./quickemu { };
quickgui = pkgs.callPackage ./quickgui { };
wavebox = pkgs.callPackage ./wavebox { };
zoom-us = pkgs.callPackage ./zoom-us { };
}
108 changes: 0 additions & 108 deletions pkgs/quickemu/default.nix

This file was deleted.

58 changes: 0 additions & 58 deletions pkgs/quickgui/default.nix

This file was deleted.

Loading

0 comments on commit af81dc9

Please sign in to comment.