Multi system and pkgs cleanup
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ inputs, ... }:
|
||||
[
|
||||
(final: prev: {
|
||||
#openttd-jgrpp = import ./openttd-jgrpp { inherit final prev; };
|
||||
#yarn-berry = import ./yarn-berry { inherit final prev; };
|
||||
#eww = import ./eww { inherit final prev; };
|
||||
# ags = import ./ags { inherit final prev; };
|
||||
custom = import ../packages { pkgs = final; };
|
||||
wine = final.unstable.wineWow64Packages.unstableFull;
|
||||
unstable = import inputs.nixUnstable {
|
||||
|
||||
system = final.stdenv.hostPlatform.system;
|
||||
stdenv.hostPlatform.system = final.stdenv.hostPlatform.system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user