🔒️ update dependencies
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-02-07 20:55:35 -05:00
parent daecfcb6a3
commit 4c7c73e4f6
5 changed files with 843 additions and 374 deletions

View File

@@ -2,7 +2,7 @@
description = "walkah.net";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
flake-utils.url = "github:numtide/flake-utils";
flake-compat = {
@@ -18,6 +18,7 @@
in
{
devShells.default = pkgs.mkShell {
name = "net";
buildInputs = with pkgs; [ libyaml nodejs ruby ];
shellHook = ''
mkdir -p .gems