mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
Merge branch 'master' of github.com:kmein/niveum
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
ip = "${pkgs.iproute}/bin/ip -c";
|
||||
ocaml = rlwrap "${pkgs.ocaml}/bin/ocaml";
|
||||
tmux = "${pkgs.tmux}/bin/tmux -2";
|
||||
inix = "nix repl '<nixpkgs>'";
|
||||
inix = ''nix repl '<nixpkgs>' '';
|
||||
};
|
||||
|
||||
environment.interactiveShellInit = "export PATH=$PATH:$HOME/.local/bin:$HOME/.cargo/bin";
|
||||
|
||||
Reference in New Issue
Block a user