nix: update lockfile to avoid mesa mismatches

This commit is contained in:
outfoxxed 2024-09-09 03:27:58 -07:00
parent 8cdb41317f
commit 2c485e415d
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 6 additions and 3 deletions

View file

@ -32,6 +32,9 @@ This repo has a nix flake you can use to install the package directly:
quickshell = {
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
# THIS IS IMPORTANT
# Mismatched system dependencies will lead to crashes and other issues.
inputs.nixpkgs.follows = "nixpkgs";
};
};