aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4eb04cd..6a36124 100644
--- a/flake.nix
+++ b/flake.nix
@@ -13,7 +13,7 @@
in
{
devShells.default = pkgs.mkShell {
- packages = with pkgs; [ nasm grub2 ];
+ packages = with pkgs; [ nasm grub2 ats2 ];
buildInputs = with pkgs; [ libisoburn ];
};
});