Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 447 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 447 Bytes

❄️ 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 update encore