also add patched systemd to devshell

main
Jörg Thalheim 2 years ago
parent 04fc1d1646
commit 96baf631d1

@ -21,6 +21,7 @@
, ...
}: {
packages.default = pkgs.callPackage ./default.nix { };
packages.systemd = pkgs.callPackage ./nix/pkgs/systemd.nix { };
devShells.default = pkgs.mkShellNoCC {
buildInputs = with pkgs; [
python3.pkgs.pytest
@ -33,6 +34,7 @@
go
just
config.packages.treefmt
config.packages.systemd
];
};

@ -1,15 +0,0 @@
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShellNoCC {
buildInputs = [
python3.pkgs.pytest
python3.pkgs.mypy
golangci-lint
vault
systemd
hivemind
go
just
];
}
Loading…
Cancel
Save