DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 71e7cc441d9bb5306cb162bc9a510900d4c05388 nix-arta/modules/flake/systems.nix -rw-r--r-- 159 bytes
71e7cc44Jonni Liljamo w: remove non-existent hyprland option 15 days ago
                                                                                
1
2
3
4
5
6
{inputs, ...}: {
  systems = ["x86_64-linux"];
  perSystem = {system, ...}: {
    _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
  };
}