From 52f85e04635abb363a0f640b5399d51b36a427b5 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Tue, 7 Feb 2023 11:11:26 +0100 Subject: [PATCH] Remove outdated comment --- home/packages/custom/update-nixos-system/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/home/packages/custom/update-nixos-system/default.nix b/home/packages/custom/update-nixos-system/default.nix index 6eaadda..e2e830d 100644 --- a/home/packages/custom/update-nixos-system/default.nix +++ b/home/packages/custom/update-nixos-system/default.nix @@ -3,8 +3,6 @@ writeShellApplication { name = "custom-update-nixos-system"; - # Including this doesn't work - text = '' sudo nixos-rebuild switch --upgrade-all