mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
parent
44419a52d6
commit
1eece5263a
6 changed files with 228 additions and 17 deletions
|
|
@ -71,7 +71,7 @@
|
|||
devShells.default = final.mkShell {
|
||||
meta.description = "Default dev shell";
|
||||
inputsFrom = [config.pre-commit.devShell config.treefmt.build.devShell];
|
||||
packages = with final; [just git nixvim cachix jq devour-flake om agenix deadnix];
|
||||
packages = with final; [just git nvf cachix jq devour-flake om agenix deadnix];
|
||||
};
|
||||
|
||||
apps = nixpkgs.lib.mapAttrs' (name: value: nixpkgs.lib.nameValuePair ("deploy-" + name) value) (inputs'.nixinate.packages self);
|
||||
|
|
@ -96,6 +96,10 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
nvf = {
|
||||
url = "github:callumio/nvf";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
};
|
||||
nixvim = {
|
||||
url = "github:callumio/nixvim";
|
||||
inputs.nixpkgs.follows = "unstable";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue