Added schemathesis dependency

This commit is contained in:
Qubasa
2023-11-07 20:53:29 +01:00
parent bff01be4d1
commit e565c0527c
6 changed files with 37 additions and 19 deletions

View File

@@ -9,6 +9,7 @@
#nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable-small";
# https://github.com/NixOS/nixpkgs/pull/265872
luispkgs.url = "github:Luis-Hebendanz/nixpkgs/fix_python_deal";
floco.url = "github:aakropotkin/floco";
floco.inputs.nixpkgs.follows = "nixpkgs";
disko.url = "github:nix-community/disko";
@@ -32,6 +33,7 @@
"aarch64-darwin"
];
imports = [
./checks/flake-module.nix
./devShell.nix
./formatter.nix