aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2021-05-21 11:41:35 -0600
committerKenny Ballou <kb@devnulllabs.io>2021-05-21 12:22:30 -0600
commit1a5433d8b83032bd1610dccf8a3236df972eb32e (patch)
treebdffb04b9aa7f38dc4e85679d3641142312fd4c4 /nix
parentc1ff43453a133ee3661c4500e69308ebe0a4fe21 (diff)
downloaddotfiles-1a5433d8b83032bd1610dccf8a3236df972eb32e.tar.gz
dotfiles-1a5433d8b83032bd1610dccf8a3236df972eb32e.tar.xz
nix: add "kb" pkgs tree
I'm only going to use this for testing certain changes. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/sources.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nix/sources.nix b/nix/sources.nix
index b2c9921b..cff6393d 100644
--- a/nix/sources.nix
+++ b/nix/sources.nix
@@ -1,5 +1,10 @@
{
nixpkgs = {
+ kb = builtins.fetchGit {
+ url = "https://github.com/kennyballou/nixpkgs.git";
+ ref = "override-erlang-emacs-mode";
+ rev = "a730bb1666e7614071a0c7b1ed4dac5ba5d03753";
+ };
unstable = builtins.fetchGit {
url = "https://github.com/NixOS/nixpkgs.git";
rev = "94b2848559b12a8ed1fe433084686b2a81123c99";