refactor custom emacs packages
This commit is contained in:
parent
ed7eb9fb62
commit
79105e12f7
4 changed files with 44 additions and 34 deletions
10
flakes/emacs/pkgs/shell-maker.nix
Normal file
10
flakes/emacs/pkgs/shell-maker.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs, prev }:
|
||||
prev.shell-maker.overrideAttrs (_: {
|
||||
version = "0.90.1";
|
||||
src = pkgs.fetchFromGitHub {
|
||||
owner = "xenodium";
|
||||
repo = "shell-maker";
|
||||
rev = "55f829d179608a3c4b11e86427713d5be7c4bb58";
|
||||
hash = "sha256-tFzyVXxgrR6LOPUhX4MgJNLy3PX+pwprjdYi+IZXr+E=";
|
||||
};
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue