Compare commits
No commits in common. "77f848e31942574772aa4fa35e3773adac805bd7" and "b2de08b2dc0496e561f6e1426b24eb1baa150151" have entirely different histories.
77f848e319
...
b2de08b2dc
|
@ -59,10 +59,6 @@
|
|||
stateVersion = "23.05"; # don't change this, lol
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=2G
|
||||
'';
|
||||
|
||||
system.userActivationScripts = {
|
||||
copyEssentialConfiguration = {
|
||||
# we don't want to bring in the entirety of home-manager for this, so just
|
||||
|
|
|
@ -18,7 +18,6 @@ stdenv.mkDerivation rec {
|
|||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp $src/rebuild $out/bin
|
||||
cp $src/git-rebuild $out/bin
|
||||
wrapProgram $out/bin/rebuild --prefix PATH : ${lib.makeBinPath [ bash ]}
|
||||
'';
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# make sure we're in dot_testing
|
||||
cd ~/dot_testing
|
||||
|
||||
git pull
|
||||
git stash
|
||||
git rebase
|
||||
|
||||
rebuild
|
Loading…
Reference in New Issue