DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: a461f575f81847cf28e0ec717edd7858069f61d2 nix-arta/modules/flake/systems.nix -rw-r--r-- 159 bytes
a461f575Jonni Liljamo feat: initialize the dendritic pattern 8 days ago
                                                                                
1
2
3
4
5
6
{inputs, ...}: {
  systems = ["x86_64-linux"];
  perSystem = {system, ...}: {
    _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
  };
}