Compare commits

..

No commits in common. "ae2242fa0d03216c35bb5f4d80b9bb949f852708" and "8ba41e00e3c1be21332fff7c7067d3abcb195a5b" have entirely different histories.

2 changed files with 7 additions and 13 deletions

View File

@ -22,11 +22,11 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1641149178, "lastModified": 1641032585,
"narHash": "sha256-Mt+oT5YZ6G9zHctDKV5pY+3vIdsMmAg0HMvz6rxsIc0=", "narHash": "sha256-2AQsgDZ4BdMzFCDtYllxDeVjdilmaQCi6nXnQNPAcpk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "f3c435a5e5cfa3ce1b2f50ba37b9cacfec4139d9", "rev": "e5dc491b4294109bbef89bae64be3d2bd7b30549",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -37,11 +37,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1640959792, "lastModified": 1640871638,
"narHash": "sha256-zYSR//06FU2TDOpKKj0Hkff6unsxk3NwwNFuB1loU6E=", "narHash": "sha256-ty6sGnJUQEkCd43At5U3DRQZD7rPARz5VginSW6hZ3k=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "59bfda72480496f32787cec8c557182738b1bd3f", "rev": "5b091d4fbe3b7b7493c3b46fe0842e4b30ea24b3",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -5,12 +5,6 @@ with pkgs;
let let
emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages emacs-vterm = ((emacsPackagesNgGen emacsPgtkGcc).emacsWithPackages
(epkgs: [ epkgs.vterm epkgs.pdf-tools ])); (epkgs: [ epkgs.vterm epkgs.pdf-tools ]));
patched-webtorrent-cli = nodePackages.webtorrent-cli.override {
buildInputs = [ pkgs.nodePackages.node-gyp-build ];
preRebuild = ''
sed -i -e "s|#!/usr/bin/env node|#! ${pkgs.nodejs}/bin/node|" node_modules/node-gyp-build/bin.js
'';
};
in { in {
environment.systemPackages = [ environment.systemPackages = [
@ -75,7 +69,7 @@ in {
# Media # Media
gimp gimp
mpv mpv
patched-webtorrent-cli nodePackages.peerflix
deluge deluge
youtube-dl-light youtube-dl-light
calibre calibre