Merge branch 'production' into archive

This commit is contained in:
陈浩南 2024-06-12 21:52:56 +08:00
commit f7ab095d81
3 changed files with 3 additions and 4 deletions

View File

@ -1,3 +0,0 @@
CompileFlags:
Add: [ -Wall, -Wextra, -std=c++23 ]
Compiler: gcc

View File

@ -9,7 +9,8 @@ inputs:
_packages =
[
# system management
btrfs-assistant snapper-gui kdePackages.qtstyleplugin-kvantum ventoy-full cpu-x # etcher
btrfs-assistant snapper-gui kdePackages.qtstyleplugin-kvantum ventoy-full cpu-x
inputs.pkgs."pkgs-23.11".etcher
# password and key management
yubikey-manager yubikey-manager-qt yubikey-personalization yubikey-personalization-gui bitwarden
# download

View File

@ -74,6 +74,7 @@ inputs:
source =
{
unstablePackages = "nixpkgs-unstable";
"pkgs-23.11" = "nixpkgs-23.11";
"pkgs-23.05" = "nixpkgs-23.05";
"pkgs-22.11" = "nixpkgs-22.11";
"pkgs-22.05" = "nixpkgs-22.05";