File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
22 description = "cardano-transaction-lib" ;
33
4- nixConfig . bash-prompt = "\\ [\\ e[0m\\ ][\\ [\\ e[0;2m\\ ]nix-develop \\ [\\ e[0;1m\\ ]CTL@\\ [\\ 033[33m\\ ]$(git rev-parse --abbrev-ref HEAD) \\ [\\ e[0;32m\\ ]\\ w\\ [\\ e[0m\\ ]]\\ [\\ e[0m\\ ]$ \\ [\\ e[0m\\ ]" ;
4+ nixConfig = {
5+ extra-substituters = [ "https://plutonomicon.cachix.org" ] ;
6+ extra-trusted-public-keys = [ "plutonomicon.cachix.org-1:evUxtNULjCjOipxwAnYhNFeF/lyYU1FeNGaVAnm+QQw=" ] ;
7+ bash-prompt = "\\ [\\ e[0m\\ ][\\ [\\ e[0;2m\\ ]nix-develop \\ [\\ e[0;1m\\ ]CTL@\\ [\\ 033[33m\\ ]$(git rev-parse --abbrev-ref HEAD) \\ [\\ e[0;32m\\ ]\\ w\\ [\\ e[0m\\ ]]\\ [\\ e[0m\\ ]$ \\ [\\ e[0m\\ ]" ;
8+ } ;
59
610 inputs = {
711 nixpkgs . follows = "haskell-nix/nixpkgs-unstable" ;
509513
510514 herculesCI . ciSystems = [ "x86_64-linux" ] ;
511515 } ;
512-
513- nixConfig = {
514- extra-substituters = [ "https://plutonomicon.cachix.org" ] ;
515- extra-trusted-public-keys = [ "plutonomicon.cachix.org-1:evUxtNULjCjOipxwAnYhNFeF/lyYU1FeNGaVAnm+QQw=" ] ;
516- } ;
517516}
You can’t perform that action at this time.
0 commit comments