3 Commits

Author SHA1 Message Date
renovate[bot]
bf7e4dfba8 Merge ee4192d318 into 1536ce8ed1 2025-02-06 02:09:09 +00:00
renovate[bot]
ee4192d318 Update dependency stylelint-prettier to v5.0.3 2025-02-06 02:09:06 +00:00
Dave Gallant
1536ce8ed1 Update shell.nix 2025-02-05 20:32:08 -05:00

View File

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