diff --git a/nix/sources.json b/nix/sources.json index 59b33af..472081c 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -107,6 +107,18 @@ "url": "https://github.com/vlaci/nix-straight.el/archive/9e6f7d71760b997b09d9bd3046257bc9ec17265b.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, + "nose": { + "branch": "master", + "description": null, + "homepage": null, + "owner": "emacsattic", + "repo": "nose", + "rev": "f8528297519eba911696c4e68fa88892de9a7b72", + "sha256": "07bhzddaxdjd591xmg59yd657a1is0q515291jd83mjsmgq258bm", + "type": "tarball", + "url": "https://github.com/emacsattic/nose/archive/f8528297519eba911696c4e68fa88892de9a7b72.tar.gz", + "url_template": "https://github.com///archive/.tar.gz" + }, "ob-racket": { "branch": "master", "description": "Org babel support for racket", diff --git a/overrides.nix b/overrides.nix index dd9a37f..ccae250 100644 --- a/overrides.nix +++ b/overrides.nix @@ -42,6 +42,10 @@ self: super: { ''; }); + nose = self.straightBuild { + pname = "nose"; + }; + org-mode = self.straightBuild rec { pname = "org-mode"; version = "9.4";