From 2c485e415d29b74ce134e8736fb7fd63764d871c Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Mon, 9 Sep 2024 03:27:58 -0700 Subject: [PATCH] nix: update lockfile to avoid mesa mismatches --- README.md | 3 +++ flake.lock | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0cc3d1b1..726bf22a 100644 --- a/README.md +++ b/README.md @@ -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"; }; }; diff --git a/flake.lock b/flake.lock index 1527f635..8325718b 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1709237383, - "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", + "lastModified": 1725634671, + "narHash": "sha256-v3rIhsJBOMLR8e/RNWxr828tB+WywYIoajrZKFM+0Gg=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", + "rev": "574d1eac1c200690e27b8eb4e24887f8df7ac27c", "type": "github" }, "original": {