From f5b4067bfc1a72ce87a64d8cff8135615eb12754 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 31 Jul 2024 22:17:05 -0500 Subject: [PATCH] Fix commented section not printing --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index bb07cf9..736ddfe 100644 --- a/makefile +++ b/makefile @@ -35,8 +35,8 @@ pull: @rm nixos-switch.log @doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxx64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false) @rm nixos-switch.log - # @doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false) - # @rm nixos-switch.log + @ # doas nix-prefetch-url file://$$PWD/$$(ls -1 src/linuxarm64* | tail -n1) &> nixos-switch.log || ( cat nixos-switch.log && false) + @ # rm nixos-switch.log ci: @echo "git commit all"