add haskell programming template

This commit is contained in:
Noah Masur
2022-07-04 19:17:58 -04:00
parent 704acea26e
commit 6d08491f1c
17 changed files with 640 additions and 2 deletions

View File

@ -0,0 +1,8 @@
{ ... }: {
# Binary Cache for Haskell.nix
nix.settings.trusted-public-keys =
[ "hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=" ];
nix.settings.substituters = [ "https://cache.iog.io" ];
}

View File

@ -112,6 +112,8 @@
# Nix
ns = "nix-shell -p";
nps = "nix repl '<nixpkgs>'";
nixo = "man configuration.nix";
nixh = "man home-configuration.nix";
# Docker
dc = "$DOTS/bin/docker_cleanup";

View File

@ -2,5 +2,3 @@ set -l branch (git branch 2>/dev/null | grep '^\*' | colrm 1 2)
and set -l command "git push --set-upstream origin $branch"
and commandline -r $command
and commandline -f execute
and echo "git push --set-upstream origin $branch"
and git push --set-upstream origin $branch