mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
add default devShell
with nil
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
6189356d7c
commit
d53e3072f0
|
@ -123,6 +123,15 @@
|
|||
nixinate = (inputs.nixinate.nixinate.${system} self).nixinate;
|
||||
});
|
||||
|
||||
perSystem = { system, pkgs, ... }:
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [
|
||||
nil
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
flake.patches = {
|
||||
hashicorp-nomad.revert-change-consul-si-tokens-to-be-local = patches/0001-Revert-Change-consul-SI-tokens-to-be-local.patch;
|
||||
hashicorp-nomad.add-nix-integration = patches/0001-Add-Nix-integration.patch;
|
||||
|
|
Loading…
Reference in a new issue