Apply treefmt

This commit is contained in:
teutat3s 2023-02-25 14:06:07 +01:00
parent 86d6782fe2
commit 1f3d9d249a
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705
2 changed files with 7 additions and 9 deletions

View file

@ -24,21 +24,19 @@ channels: final: prev: {
flyctl
;
#inherit (channels.master)
# ;
inherit
(channels.fork)
qMasterPassword
;
inherit
(channels.nixos-22-05)
terraform
;
#inherit (channels.master)
# ;
#inherit (channels.fork)
# ;
haskellPackages =
prev.haskellPackages.override
(old: {

View file

@ -52,13 +52,13 @@
};
ohmyzsh = {
pname = "ohmyzsh";
version = "5cb943eea46d322542c5c2a9f54b201eddc2aa67";
version = "277f38212aef31a6baba2cf1a0a355af611be5e0";
src = fetchFromGitHub {
owner = "ohmyzsh";
repo = "ohmyzsh";
rev = "5cb943eea46d322542c5c2a9f54b201eddc2aa67";
rev = "277f38212aef31a6baba2cf1a0a355af611be5e0";
fetchSubmodules = false;
sha256 = "sha256-Edxhyogl5evjmzyWvImnIpNo91ksvUgQtcuuY50L6c8=";
sha256 = "sha256-5owWVH2mxpvybbnHBWiKw0ZRfB/sgjNel+F5KlMMreY=";
};
};
powerlevel10k = {