lib: initial commit, start of custom lib
This commit is contained in:
parent
06983f6ac3
commit
1929bdf8fa
9 changed files with 102 additions and 71 deletions
|
@ -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
|
||||
'';
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue