From b0f89aad37b8f21bf2865a30065cf4ca29a2176f Mon Sep 17 00:00:00 2001 From: Patryk Niedzwiedzinski Date: Sun, 29 Sep 2024 16:57:13 +0200 Subject: 13 current 2024-09-29 16:57:11 24.05.20240914.8f7492c 6.6.51 * --- machines/t14/configuration.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'machines') diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix index 07fe3fc..7e7bff1 100644 --- a/machines/t14/configuration.nix +++ b/machines/t14/configuration.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: - -{ +let + rebuild = pkgs.writeShellScriptBin "rebuild" (builtins.readFile ../../rebuild/rebuild.sh); +in { imports = [ # Include the results of the hardware scan. ../base.nix @@ -47,6 +48,7 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget + rebuild ]; # Some programs need SUID wrappers, can be configured further or are -- cgit 1.4.1