We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ce662 commit ca786a3Copy full SHA for ca786a3
flake.nix
@@ -25,9 +25,9 @@
25
["aarch64-darwin" "aarch64-linux" "x86_64-darwin" "x86_64-linux"]
26
(system: fn system nixpkgs.legacyPackages.${system});
27
buildDmsPkgs = pkgs: {
28
- dmsCli = dms-cli.packages.${pkgs.system}.default;
29
- dgop = dgop.packages.${pkgs.system}.dgop;
30
- dankMaterialShell = self.packages.${pkgs.system}.dankMaterialShell;
+ dmsCli = dms-cli.packages.${pkgs.stdenv.hostPlatform.system}.default;
+ dgop = dgop.packages.${pkgs.stdenv.hostPlatform.system}.dgop;
+ dankMaterialShell = self.packages.${pkgs.stdenv.hostPlatform.system}.dankMaterialShell;
31
};
32
in {
33
formatter = forEachSystem (_: pkgs: pkgs.alejandra);
0 commit comments