jeschli bolide: +j std config

This commit is contained in:
jeschli 2018-01-28 18:34:54 +00:00
parent eb1ecbe5b4
commit 2682c73552

View File

@ -42,6 +42,13 @@
# List packages installed in system profile. To search by name, run:
# $ nix-env -qaP | grep wget
environment.shellAliases = {
n = "nix-shell";
stocki = pkgs.writeDash "deploy" ''
cd ~/stockholm
exec nix-shell -I stockholm="$PWD" --run 'deploy --system="bolide"'
'';
};
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
wget vim
@ -75,6 +82,7 @@
golint
gotools
# dev tools
elmPackages.elm
gnumake
jetbrains.pycharm-professional
jetbrains.webstorm