up
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
emacsOverlaySha256 = "0rvpskk1z996arcj48ch4g08lvid6r856m0x5376y7lfjxlsawga";
|
||||
in
|
||||
{
|
||||
|
||||
nixpkgs = {
|
||||
@@ -19,11 +16,6 @@ in
|
||||
map (n: import (path + ("/" + n)))
|
||||
(filter (n: match ".*\\.nix" n != null ||
|
||||
pathExists (path + ("/" + n + "/default.nix")))
|
||||
(attrNames (readDir path)))
|
||||
|
||||
++ [(import (builtins.fetchTarball {
|
||||
url = "https://github.com/nix-community/emacs-overlay/archive/refs/heads/master.tar.gz";
|
||||
sha256 = emacsOverlaySha256;
|
||||
}))];
|
||||
(attrNames (readDir path)));
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ with pkgs; [
|
||||
bat
|
||||
docker
|
||||
docker-compose
|
||||
ghostty
|
||||
gnupg
|
||||
iosevka
|
||||
jq
|
||||
|
||||
Reference in New Issue
Block a user