fix: typstyle #120

Merged
servostar merged 4 commits from fix/typstyle into main 2024-12-03 08:29:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 266ae6f468 - Show all commits

View File

@ -1,5 +1,5 @@
let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-24.11";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/tarball/nixos-unstable";
pkgs = import nixpkgs { config = {}; overlays = []; };
in