diff options
author | Xander <xander@icth.xyz> | 2023-06-30 13:54:27 +0200 |
---|---|---|
committer | Xander <xander@icth.xyz> | 2023-06-30 13:54:27 +0200 |
commit | 560ab0ba6eb33d17df889e4fb1536cbaff6cba49 (patch) | |
tree | 863de08b1bc4cd3b1fda887afbd924fea07d0069 /flake.nix | |
parent | c5bd05fa070d25ae6700660347bdb59ae84390e6 (diff) | |
download | ats-os-560ab0ba6eb33d17df889e4fb1536cbaff6cba49.tar.xz ats-os-560ab0ba6eb33d17df889e4fb1536cbaff6cba49.zip |
Calling ats function
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ in { devShells.default = pkgs.mkShell { - packages = with pkgs; [ nasm grub2 ]; + packages = with pkgs; [ nasm grub2 ats2 ]; buildInputs = with pkgs; [ libisoburn ]; }; }); |