aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-24 22:53:03 +0200
committerAdrian Kummerlaender2019-10-24 22:53:03 +0200
commit2e71eace9c283415b554ef40d7fd2bc18b047d2b (patch)
treeb20fca009a92ea937acb6e9da60545c59fcd8f7f /custom.nix
parenta1a39d2015629dc36ac4619299d5d7b55a799172 (diff)
downloadnixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.gz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.bz2
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.lz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.xz
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.tar.zst
nixos_home-2e71eace9c283415b554ef40d7fd2bc18b047d2b.zip
Pull in GNvim from unstable
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom.nix b/custom.nix
index ca0d53c..e489fea 100644
--- a/custom.nix
+++ b/custom.nix
@@ -37,5 +37,8 @@ in {
pkgs = mkOption {
type = types.attrs;
};
+ nixpkgs-unstable = mkOption {
+ type = types.attrs;
+ };
};
}