DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: b0c2c2d088d97e455c7e7a68549480f44caa54f1 nix-arta/modules/flake/systems.nix -rw-r--r-- 159 bytes
b0c2c2d0Jonni Liljamo feat: core with lab cert 9 days ago
                                                                                
1
2
3
4
5
6
{inputs, ...}: {
  systems = ["x86_64-linux"];
  perSystem = {system, ...}: {
    _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
  };
}