chore: update flake

This commit is contained in:
Eric
2026-03-04 09:37:01 +01:00
committed by eric
parent fcbbcac129
commit 68e2fb77b5
2 changed files with 9 additions and 7 deletions

View File

@@ -3,12 +3,13 @@
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.4";
devshell-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=v1.0.5";
devshell-lib.inputs.nixpkgs.follows = "nixpkgs";
};
outputs =
{
self,
nixpkgs,
devshell-lib,
...
@@ -41,6 +42,7 @@
bun
bazel9
bazel-buildtools
self.packages.${system}.release
];
features = {