wrappers: move base-packages to flake.nix, add git-commit-last to base
This commit is contained in:
parent
367fddb7c0
commit
fb538687dd
2 changed files with 11 additions and 9 deletions
10
flake.nix
10
flake.nix
|
@ -20,6 +20,7 @@
|
|||
|
||||
perSystem = {
|
||||
inputs',
|
||||
self',
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
@ -32,6 +33,15 @@
|
|||
];
|
||||
};
|
||||
|
||||
packages.base-packages = pkgs.symlinkJoin {
|
||||
name = "settei-base";
|
||||
paths = with self'.packages; [
|
||||
helix
|
||||
fish
|
||||
git-commit-last
|
||||
];
|
||||
};
|
||||
|
||||
formatter = pkgs.alejandra;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue