Skip to content

Nix derivations for building nesasm and putting it to use.

License

Notifications You must be signed in to change notification settings

katsujukou/nesasm.nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NESASM Nix

Nix derivations for building nesasm and putting it to use.

test

Usage

By shell.nix:

{ pkgs ? import <nixpkgs> {} }:
let
  nesasmSrc = pkgs.fetchFromGitHub {
    owner = "katsujukou";
    repo = "nesasm.nix";
    rev = "79466a5257ab263f4001dbe1b51383816f0c3bf9";
    sha256 = "11x7ywj1jr380z2759bc4m7imk679k4z10xdv34lrqhsgx35s3n2";
  };
  inherit (import nesasmSrc {}) nesasm;
in
  pkgs.mkShell {
    buildInputs = [ nesasm ];
  }

About

Nix derivations for building nesasm and putting it to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published