aboutsummaryrefslogtreecommitdiff
path: root/shell.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 /shell.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 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 391b92f6..f88d96bd 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,5 +1,6 @@
let
sources = import ./nix/sources.nix;
+ kb = sources.nixpkgs.kb;
unstable = sources.nixpkgs.unstable;
stable = sources.nixpkgs.stable;
home-manager = sources.home-manager;