non important commit

This commit is contained in:
maxstrb 2026-02-21 13:34:40 +01:00
parent 994c8c3b14
commit e571e03cf4
3 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,22 @@
{
description = "My cpp development shell";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
};
outputs = {nixpkgs, ...}: let
system = "x86_64-linux";
pkgs = import nixpkgs {
inherit system;
};
in {
devShells."${system}" = {
default = pkgs.mkShell {
buildInputs = with pkgs; [
typst
];
};
};
};
}

View file

@ -67,6 +67,7 @@
nu.enable = true;
bash.enable = true;
typst.enable = true;
css.enable = true;
html = {