Skip to content
/ nix Public

nix package for the Gren programming language

Notifications You must be signed in to change notification settings

gren-lang/nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gren Nix Package

Use Gren via nix.

You can use github:gren-lang/nix most places you'd use a package name or URL. For example:

  • devbox: devbox add github:gren-lang/nix
  • nix shell: nix shell github:gren-lang/nix

You can point to a specific ref (commit, tag, branch) like this:

  • github:gren-lang/nix/main
  • github:gren-lang/nix/0.4.5

Bumping the gren version

  • update version in package.json
  • Start a dev shell: nix develop
  • Update package lock file: npm install
  • Update flake lock file: nix flake update
  • test with nix build .# which should build an executable at ./result/bin/gren
  • commit the updated package.json, package-lock.json and flake.lock files
  • git tag -a [version number]
  • git push --tags origin main

About

nix package for the Gren programming language

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages