fix(xonsh): update xonsh
This commit is contained in:
parent
41992c65e7
commit
14c7e10e8b
3 changed files with 24 additions and 23 deletions
|
@ -37,6 +37,7 @@
|
||||||
geary
|
geary
|
||||||
qutebrowser
|
qutebrowser
|
||||||
dunst
|
dunst
|
||||||
|
gh
|
||||||
;
|
;
|
||||||
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
|
inherit (inputs.hetch.packages.${pkgs.system}) hetch;
|
||||||
};
|
};
|
||||||
|
|
|
@ -13,8 +13,8 @@
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "amadaluzia";
|
owner = "amadaluzia";
|
||||||
repo = finalAttrs.pname;
|
repo = finalAttrs.pname;
|
||||||
rev = "8d01b29e0e9b4f7d63ec380ceb1e701302c33ee8";
|
rev = "master";
|
||||||
hash = "sha256-jBAJTjH80GJ89u8r/zVWnMNXXi9V9qPw0AVy071a7rg=";
|
hash = "sha256-20egNKlJjJO1wdy1anApz0ADBnaHPUSqhfrsPe3QQIs=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
@ -47,27 +47,27 @@
|
||||||
hash = "sha256-CLOvMa3L4XnH53H/k6/1W9URrPakPjbX1T1U43+eSR0=";
|
hash = "sha256-CLOvMa3L4XnH53H/k6/1W9URrPakPjbX1T1U43+eSR0=";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
# (let
|
(let
|
||||||
# pname = "xontrib-init-ssh-agent";
|
pname = "xontrib-init-ssh-agent";
|
||||||
# version = "1.0.1";
|
version = "1.0.1";
|
||||||
# in
|
in
|
||||||
# ps.buildPythonPackage {
|
ps.buildPythonPackage {
|
||||||
# inherit pname version;
|
inherit pname version;
|
||||||
# pyproject = true;
|
pyproject = true;
|
||||||
# build-system = [
|
build-system = [
|
||||||
# ps.setuptools
|
ps.setuptools
|
||||||
# ps.wheel
|
ps.wheel
|
||||||
# ];
|
];
|
||||||
# dependencies = [
|
dependencies = [
|
||||||
# ps.xonsh
|
ps.custom-xonsh
|
||||||
# ];
|
];
|
||||||
# src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
# owner = "amadaluzia";
|
owner = "amadaluzia";
|
||||||
# repo = pname;
|
repo = pname;
|
||||||
# rev = "cac9cfec70ec15b0ed4f1c8a18154ea9b4f8fb47";
|
rev = "cac9cfec70ec15b0ed4f1c8a18154ea9b4f8fb47";
|
||||||
# hash = "sha256-UkRPdaZFNP8qv7lMwsTUalnre3k2UMfqMzmiTveLiBM=";
|
hash = "sha256-UkRPdaZFNP8qv7lMwsTUalnre3k2UMfqMzmiTveLiBM=";
|
||||||
# };
|
};
|
||||||
# })
|
})
|
||||||
(let
|
(let
|
||||||
pname = "xonsh-direnv";
|
pname = "xonsh-direnv";
|
||||||
version = "1.6.5";
|
version = "1.6.5";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue