moved agenix to devShell

This commit is contained in:
Moritz Böhme 2021-10-04 23:11:43 +02:00
parent d3ff1dff50
commit 0a50b4807c
2 changed files with 4 additions and 2 deletions

View file

@ -45,7 +45,10 @@
outputsBuilder = channels: {
packages = utils.lib.exportPackages self.overlays channels;
devShell = channels.nixpkgs.mkShell {
packages = with channels.nixpkgs; [ nixpkgs-fmt rnix-lsp ];
packages = with channels.nixpkgs; [
nixpkgs-fmt
agenix.defaultPackage.x86_64-linux
];
};
};