Update for changes to nix-helpers

This commit is contained in:
2024-04-04 09:21:40 -07:00
parent a97f795b8d
commit b0bed79b35
2 changed files with 176 additions and 44 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
description = "Snooper Event Notifier";
inputs = {
nixpkgs.url = "nixpkgs/nixos-22.05";
nixpkgs.url = "nixpkgs/nixos-23.11";
utils.url = "github:numtide/flake-utils";
helpers = {
url = "git+https://fudo.dev/public/nix-helpers.git";
@@ -27,7 +27,7 @@
default = updateDeps;
updateDeps = pkgs.mkShell {
buildInputs = with helpers.packages."${system}";
[ updateClojureDeps ];
[ (updateClojureDeps { }) ];
};
snooperServer = pkgs.mkShell {
buildInputs = with self.packages."${system}"; [ snooper-server ];