feat: update inputs, remove asahi's mesa workaround

This commit is contained in:
Ryan Yin
2025-12-25 12:41:47 +08:00
parent 38354330ea
commit 9f4ff5a8a3
4 changed files with 10 additions and 33 deletions

View File

@@ -100,7 +100,12 @@ repair-store *paths:
# Update all Nixpkgs inputs
[group('nix')]
up-nix:
nix flake update nixpkgs nixpkgs-stable nixpkgs-unstable nixpkgs-darwin nixpkgs-patched
nix flake update --commit-lock-file nixpkgs-stable nixpkgs-master nixpkgs-darwin nixpkgs-patched
# override nixpkgs's commit hash
[group('nix')]
override-pkgs hash:
nix flake update --commit-lock-file nixpkgs --override-input nixpkgs github:NixOS/nixpkgs/{{hash}}
############################################################################
#