klarkc / purenix-packages

PureNix package sets powered by purs-nix.
MIT License
1 stars 0 forks source link

remove systems limited by purs-nix #7

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

https://api.github.com/klarkc/purenix-packages/blob/0543e6da98645a221c09f43e44f5b8d5646c40c6/flake.nix#L23


    { inherit __functor; } // utils.apply-systems
      {
        inherit inputs;
        # TODO remove systems limited by purs-nix
        systems = [ "x86_64-linux" ];
      }
      ({ system, pkgs, ... }@ctx: