moved agenix to devShell
This commit is contained in:
parent
d3ff1dff50
commit
0a50b4807c
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue