diff --git a/flake.nix b/flake.nix index 557afbd..eb74659 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ } @ inputs: let info = import ./info.nix; lib = nixpkgs.lib; - system = pkgs: pkgs.stdenv.hostPlatform.system; + system = "x86_64-linux"; # pkgs = nixpkgs.legacyPackages.${system}; # alternative, without overlays. Unused. args = {