DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 8486e1ae5dc335d176042927e5d01fcfcbcc9ba0 nix-arta/modules/flake/systems.nix -rw-r--r-- 159 bytes
8486e1aeJonni Liljamo niri: a couple of config changes 11 days ago
                                                                                
1
2
3
4
5
6
{inputs, ...}: {
  systems = ["x86_64-linux"];
  perSystem = {system, ...}: {
    _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
  };
}