Update packages and xonsh

This commit is contained in:
Greg Hellings
2024-07-15 15:27:23 -05:00
parent f9652d77e5
commit 73739228fb
10 changed files with 11 additions and 13 deletions
Generated
+3 -3
View File
@@ -413,11 +413,11 @@
},
"nixunstable": {
"locked": {
"lastModified": 1717786204,
"narHash": "sha256-4q0s6m0GUcN7q+Y2DqD27iLvbcd1G50T2lv08kKxkSI=",
"lastModified": 1720957393,
"narHash": "sha256-oedh2RwpjEa+TNxhg5Je9Ch6d3W1NKi7DbRO1ziHemA=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "051f920625ab5aabe37c920346e3e69d7d34400e",
"rev": "693bc46d169f5af9c992095736e82c3488bf7dbb",
"type": "github"
},
"original": {
+2 -2
View File
@@ -24,10 +24,10 @@ in
programs.tmux = {
enable = true;
keyMode = "vi";
shell = "${pkgs.xonsh}/bin/xonsh";
shell = "${pkgs.myxonsh}/bin/xonsh";
terminal = "xterm-256color";
customPaneNavigationAndResize = true;
#"set-option -g default-command ${pkgs.xonsh}/bin/xonsh"
#"set-option -g default-command ${pkgs.myxonsh}/bin/xonsh"
extraConfig = (lib.strings.concatStringsSep "\n" [
"bind P paste-buffer"
]);
+1 -1
View File
@@ -81,7 +81,7 @@ in with lib; {
in mkIf cfg.enable {
home.packages = [ pkgs.xonsh ];
home.packages = [ pkgs.myxonsh ];
home.file.".xonshrc".text = ''
${cfg.configHeader}
-1
View File
@@ -121,7 +121,6 @@ in
gregpy
shellcheck
unzip
xonsh
xorriso
vagrant
wget
-1
View File
@@ -65,7 +65,6 @@
gregpy
shellcheck
unzip
xonsh
xorriso
vagrant
wget
-1
View File
@@ -38,7 +38,6 @@ lib.attrsets.recursiveUpdate {
py
shellcheck
unzip
xonsh
xorriso
vagrant
wget
-1
View File
@@ -15,7 +15,6 @@
tmux
tree
vim
xonsh
xorriso
];
-1
View File
@@ -142,7 +142,6 @@ in {
qemu_kvm
shellcheck
unzip
xonsh
xorriso
vagrant
wget
+4 -1
View File
@@ -44,7 +44,10 @@
};
programs = {
xonsh.enable = true;
xonsh = {
enable = true;
package = pkgs.myxonsh;
};
};
# Enable the OpenSSH daemon for remote control
+1 -1
View File
@@ -83,7 +83,7 @@ in rec {
};
pipenv-ivr = prev.callPackage ./pipenv.nix { };
xonsh = (prev.xonsh.override {
myxonsh = (prev.xonsh-unwrapped.passthru.wrapper.override {
extraPackages = (ps: with ps; [
xonsh-apipenv
xonsh-direnv