From 6cabc4289c13776aa61ebcb81f15db830c63ebf7 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Thu, 2 Jul 2020 20:02:30 -0400 Subject: feat(gs:system): steal tazjin's rebuilder script gonna use this instead of nixos-rebuild switch, in part to get away from global nixpkgs pins. Change-Id: I46e2951660465790adfdf75e6e3413b5c2dfd7c7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/886 Reviewed-by: glittershark Reviewed-by: BuildkiteCI Tested-by: BuildkiteCI --- users/glittershark/system/system/modules/common.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users/glittershark/system/system/modules/common.nix') diff --git a/users/glittershark/system/system/modules/common.nix b/users/glittershark/system/system/modules/common.nix index c7f5055a82..1d578e36f6 100644 --- a/users/glittershark/system/system/modules/common.nix +++ b/users/glittershark/system/system/modules/common.nix @@ -1,5 +1,11 @@ { config, lib, pkgs, ... }: +let + + depot = import ../../../../.. {}; + +in + { imports = [ @@ -35,6 +41,7 @@ libnotify file lm_sensors + depot.users.glittershark.system.system.rebuilder ]; # Some programs need SUID wrappers, can be configured further or are -- cgit 1.4.1