lib: initial commit, start of custom lib

This commit is contained in:
Charlie Root 2024-08-28 18:17:55 +02:00
commit 1929bdf8fa
9 changed files with 102 additions and 71 deletions

View file

@ -9,9 +9,9 @@
DIRENV_LOG_FORMAT = "";
# inputsFrom = [config.treefmt.build.devShell];
inputsFrom = [config.treefmt.build.devShell];
packages = [
# config.treefmt.build.wrapper # treewide formatter
config.treefmt.build.wrapper # treewide formatter
pkgs.git # take a guess
(pkgs.writeShellApplication {
@ -20,12 +20,6 @@
nix flake update && git commit flake.lock -m "flake: bump inputs"
'';
})
(pkgs.writeShellApplication {
name = "rebuild";
text = ''
nh os switch
'';
})
];
};
};