Skip to content

neetoons/nix-pawn-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nix-pawn-compiler

A Nix/NixOS package for Pawn compiler.

This package provides an easy-to-install and maintainable version of the Pawn Compiler for NixOS.

Installation in configuration.nix

environment.systemPackages = [
    (pkgs.callPackage ./nix-pawn-compiler/pawncc/default.nix {})
];

Then, rebuild your system configuration:

sudo nixos-rebuild switch

Usage

pawncc your_script.pwn

Thanks krovuxdev for help

About

A Nix/NixOS package for pawn compiler

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages