chore: removed github workflows

This commit is contained in:
Zhongheng Liu 2025-07-06 19:00:36 +03:00
commit a2f4ace863
Signed by: steven
GPG key ID: 805A28B071DAD84B
7 changed files with 46 additions and 202 deletions

View file

@ -1,10 +1,15 @@
# yaml-language-server: $schema=https://devenv.sh/devenv.schema.json
inputs:
nix2container:
url: github:nlewo/nix2container
inputs:
nixpkgs:
follows: nixpkgs
mk-shell-bin:
url: github:rrbutani/nix-mk-shell-bin
nixpkgs:
url: github:NixOS/nixpkgs/nixpkgs-unstable
url: github:cachix/devenv-nixpkgs/rolling
# If you're using non-OSS software, you can set allowUnfree to true.
# allowUnfree: true
# If you're willing to use a package that's vulnerable
# permittedInsecurePackages:
# - "openssl-1.1.1w"
# If you have more than one devenv you can merge them
#imports:
# - ./backend