Skip to content

Nix flake for encores released binaries

Notifications You must be signed in to change notification settings

encoredev/encore-flake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❄️ encore-flake

A flake for simplifying installation of the released encore binaries on nix systems.

Try it out by simply running

$ nix run github:encoredev/encore-flake

Usage

Add as an input in your nix configuration flake, and add as an overlay to nixpkgs

{
  inputs = [
    encore.url = "github:encoredev/encore-flake";
  ];
}

You can then keep it up to date by running

$ nix flake lock --update-input encore