DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

ref: 40d457f6a1ae9a34e4a369eaf7219cfc0effddb1 nix-arta/modules/flake/systems.nix -rw-r--r-- 159 bytes
40d457f6Jonni Liljamo feat: hyprland and friends 8 days ago
                                                                                
1
2
3
4
5
6
{inputs, ...}: {
  systems = ["x86_64-linux"];
  perSystem = {system, ...}: {
    _module.args.pkgs = inputs.nixpkgs-unstable.legacyPackages.${system};
  };
}