mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
add haskell programming template
This commit is contained in:
8
modules/programming/haskell.nix
Normal file
8
modules/programming/haskell.nix
Normal 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" ];
|
||||
|
||||
}
|
@ -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";
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user