1
0

Add AOC CLI to flake
All checks were successful
Build and test / test (push) Successful in 2m57s

This commit is contained in:
xeals 2023-11-30 14:52:15 +11:00
parent e70c44437e
commit cf4dea84d9
Signed by: xeals
SSH Key Fingerprint: SHA256:pRv+8swQDA+/LuZ7NHj9m006BbKexlNK62OUA01ZZBc

View File

@ -14,7 +14,11 @@
in
{
devShells.default = pkgs.mkShellNoCC {
buildInputs = [ zig pkgs.zls ];
buildInputs = [
pkgs.aoc-cli
zig
pkgs.zls
];
};
packages.default = pkgs.stdenv.mkDerivation {