Skip to content

Commit

Permalink
user-env: update nixGL
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 31, 2024
1 parent 2f4c4fd commit 3e9dc4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machines/Dell-Inspiron-15/user-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
, mutt
}: let
nixGL = ((import (fetchFromGitHub {
owner = "guibou";
owner = "nix-community";
repo = "nixGL";
rev = "489d6b095ab9d289fe11af0219a9ff00fe87c7c5";
hash = "sha256-E4zUPEUFyVWjVm45zICaHRpfGepfkE9Z2OECV9HXfA4=";
rev = "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a";
hash = "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=";
}) { inherit pkgs; }).nixGLIntel);

wrapNixGL = {
Expand Down

0 comments on commit 3e9dc4f

Please sign in to comment.