Compare commits
2 commits
2bbd6f642d
...
5bdab1c342
Author | SHA1 | Date | |
---|---|---|---|
5bdab1c342 | |||
c31fac25cb |
2 changed files with 19 additions and 26 deletions
36
flake.lock
generated
36
flake.lock
generated
|
@ -7,11 +7,11 @@
|
|||
"nixpkgs-stable": "nixpkgs-stable"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1719193216,
|
||||
"narHash": "sha256-4jggHHDsLt+i4/6lMNlZkHd3bzgV50feNpZGe4X3eMQ=",
|
||||
"lastModified": 1717837577,
|
||||
"narHash": "sha256-/8IH9iKG5lLlpgqMJD9yy3rcv5YgWvfkGleDOE41RlA=",
|
||||
"owner": "nix-community",
|
||||
"repo": "emacs-overlay",
|
||||
"rev": "e3e9ef4c9904fddbd8c00f3288e6a3be26a6bf0b",
|
||||
"rev": "007b1e192409decce73d39948ae862d1b38c6f20",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -71,11 +71,11 @@
|
|||
"extra-package-gptel": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1719192994,
|
||||
"narHash": "sha256-JF5A2uybGmkCavg4SK3EZPOgpbd++ooIL8rxdnSlKWE=",
|
||||
"lastModified": 1716768306,
|
||||
"narHash": "sha256-7tgBSPZDxW0RDUqJpJn9849iS4yeQtchNPk7CSbblk0=",
|
||||
"owner": "karthink",
|
||||
"repo": "gptel",
|
||||
"rev": "4c0583b2bd6557a09d66dfec84bab776242d0848",
|
||||
"rev": "c0603cb973d160f3e450a0dec49dc5ae948f614c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -103,11 +103,11 @@
|
|||
"extra-package-meow-tree-sitter": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1718725529,
|
||||
"narHash": "sha256-YkSi0XyuDSh93NfzlBasZjxzrszCDvCoZ2qp5oryLuk=",
|
||||
"lastModified": 1717851253,
|
||||
"narHash": "sha256-UlpwmkpD1eXPN8a8yp2q2xm0fWXMyhYiySYAr4hYvjc=",
|
||||
"owner": "skissue",
|
||||
"repo": "meow-tree-sitter",
|
||||
"rev": "a69947f11264a887d00954254492eb8d2784aad8",
|
||||
"rev": "6c193fb9e0c9c4aa6767f1045152fc6e865aa511",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -211,11 +211,11 @@
|
|||
"nixpkgs": "nixpkgs_2"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1718018037,
|
||||
"narHash": "sha256-03rLBd/lKecgaKz0j5ESUf9lDn5R0SJatZTKLL5unWE=",
|
||||
"lastModified": 1713898448,
|
||||
"narHash": "sha256-6q6ojsp/Z9P2goqnxyfCSzFOD92T3Uobmj8oVAicUOs=",
|
||||
"owner": "hercules-ci",
|
||||
"repo": "hercules-ci-effects",
|
||||
"rev": "0ab08b23ce3c3f75fe9a5598756b6fb8bcf0b414",
|
||||
"rev": "c0302ec12d569532a6b6bd218f698bc402e93adc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -226,11 +226,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1719075281,
|
||||
"narHash": "sha256-CyyxvOwFf12I91PBWz43iGT1kjsf5oi6ax7CrvaMyAo=",
|
||||
"lastModified": 1717602782,
|
||||
"narHash": "sha256-pL9jeus5QpX5R+9rsp3hhZ+uplVHscNJh8n8VpqscM0=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "a71e967ef3694799d0c418c98332f7ff4cc5f6af",
|
||||
"rev": "e8057b67ebf307f01bdcc8fba94d94f75039d1f6",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -254,11 +254,11 @@
|
|||
},
|
||||
"nixpkgs-stable": {
|
||||
"locked": {
|
||||
"lastModified": 1718811006,
|
||||
"narHash": "sha256-0Y8IrGhRmBmT7HHXlxxepg2t8j1X90++qRN3lukGaIk=",
|
||||
"lastModified": 1717530100,
|
||||
"narHash": "sha256-b4Dn+PnrZoVZ/BoR9JN2fTxXxplJrAsdSUIePf4Cacs=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "03d771e513ce90147b65fe922d87d3a0356fc125",
|
||||
"rev": "a2e1d0414259a144ebdc048408a807e69e0565af",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -10,14 +10,7 @@ pkgs: epkgs: let
|
|||
meow-tree-sitter = [melpaPackages.meow];
|
||||
};
|
||||
|
||||
overrideAttrsPerPackage = {
|
||||
meow-tree-sitter = old: {
|
||||
installPhase = old.installPhase + ''
|
||||
mkdir -p $out/share/emacs/site-lisp
|
||||
cp -R ${old.src}/queries $out/share/emacs/site-lisp
|
||||
'';
|
||||
};
|
||||
};
|
||||
overrideAttrsPerPackage = { };
|
||||
|
||||
# *Attrset* containig extra emacs packages from flake inputs
|
||||
extraPackages = lib.mapAttrs (inputName: input: let
|
||||
|
|
Reference in a new issue