add any-nix-shell
This commit is contained in:
parent
4677b627d4
commit
5680c0afef
1 changed files with 5 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
programs.command-not-found.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
any-nix-shell
|
||||
];
|
||||
|
||||
users.defaultUserShell = pkgs.xonsh;
|
||||
programs.xonsh =
|
||||
let
|
||||
|
@ -30,6 +34,7 @@
|
|||
gh copilot alias -- bash > @(tmpfile)
|
||||
source-bash @(tmpfile)
|
||||
ulimit -n 4096 # This is so that Gauntlet is able to be built
|
||||
execx($(${pkgs.any-nix-shell}/bin/any-nix-shell xonsh --info-right))
|
||||
'';
|
||||
package = pkgs.xonsh.override {
|
||||
extraPackages = ps: [
|
||||
|
|
Loading…
Reference in a new issue