This is an example showing how to override a nixpkgs package, as well as include a Haskell package dependency not on Hackage. See primarily the overrides in default.nix.
Go to file
2023-02-08 10:26:11 -05:00
.obelisk/impl Add an example of adding nixpkgs overlays and some work toward obtaining libchallenge-bypass-ristretto. 2023-02-08 10:26:11 -05:00
backend Initial commit 2023-02-07 13:16:26 -05:00
common Initial commit 2023-02-07 13:16:26 -05:00
config Initial commit 2023-02-07 13:16:26 -05:00
dep Add an example of adding nixpkgs overlays and some work toward obtaining libchallenge-bypass-ristretto. 2023-02-08 10:26:11 -05:00
frontend Initial commit 2023-02-07 13:16:26 -05:00
static Initial commit 2023-02-07 13:16:26 -05:00
.gitignore Initial commit 2023-02-07 13:16:26 -05:00
cabal.project Initial commit 2023-02-07 13:16:26 -05:00
default.nix Add an example of adding nixpkgs overlays and some work toward obtaining libchallenge-bypass-ristretto. 2023-02-08 10:26:11 -05:00
nixpkgs-overlay.nix Add an example of adding nixpkgs overlays and some work toward obtaining libchallenge-bypass-ristretto. 2023-02-08 10:26:11 -05:00
README.md Initial commit 2023-02-07 13:16:26 -05:00

This repo

This is an example showing how to override a nixpkgs package, as well as include a Haskell package dependency not on Hackage.

See primarily the overrides in default.nix.