mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 19:46:17 +01:00
Remove easy-hls and add hledger
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
acd4f809a0
commit
d76b0d09ec
|
@ -39,10 +39,6 @@
|
|||
url = "git+https://github.com/akermu/emacs-libvterm";
|
||||
flake = false;
|
||||
};
|
||||
easy-hls-nix = {
|
||||
url = "github:jkachmar/easy-hls-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self
|
||||
|
@ -160,7 +156,6 @@
|
|||
sss-cli = mkPkg "sss-cli";
|
||||
shh = mkPkg "shh";
|
||||
mainsail = mkPkg "mainsail";
|
||||
easy-hls-nix = if system == "x86_64-linux" then mkPkg "easy-hls-nix" else (import nixpkgs-unstable { inherit system; }).hello;
|
||||
winetricks = mkPkg "winetricks";
|
||||
});
|
||||
};
|
||||
|
|
|
@ -33,7 +33,9 @@ in
|
|||
|
||||
ghc
|
||||
cabal-install
|
||||
magic_rb.easy-hls-nix
|
||||
haskell-language-server
|
||||
|
||||
(symlinkJoin { name = "hledger-compat"; paths = [ hledger ]; postBuild = "ln -s $(readlink -f $out/bin/hledger) $out/bin/ledger"; })
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue