129 current 1970-01-01 01:00:00 24.05.20240303.b8697e5 6.6.19 *

This commit is contained in:
2024-03-09 21:24:44 +01:00
parent b282c859d3
commit 63422ffe6d
4 changed files with 22 additions and 26 deletions

View File

@ -5,13 +5,13 @@
destination = "/bin/rebuild";
executable = true;
text = ''
#!/usr/bin/env bash
#!${pkgs.bash}/bin/bash
# A rebuild script that commits on a successful build
set -e
# cd to your config dir
pushd ${../..}
pushd ~/dotfiles/nixos/
# Edit your config
$EDITOR