Skip to content

Commit

Permalink
qsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jul 17, 2024
1 parent 4a2d71d commit 54e40ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
nix_path: nixpkgs=channel:${{ matrix.os == 'macos-latest' && 'nixpkgs-24.05-darwin' || 'nixos-24.05' }}

- name: Run tests
run: nix-shell --run "hatch run testing:test"
run: nix-shell --run "hatch run testing:test -- ./src/ ./test/"
5 changes: 4 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{ pkgs ? import <nixpkgs> {} }:
let
unstable = import <nixos-unstable> {};
unstable = import (fetchTarball https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz) {};
in
pkgs.mkShell {
buildInputs = [
pkgs.glibcLocales
pkgs.libiconv # for macos

pkgs.ps
pkgs.libsodium

pkgs.postgresql
pkgs.redis
pkgs.kubo
Expand Down

0 comments on commit 54e40ec

Please sign in to comment.