Skip to content

Commit

Permalink
user-env: use latest Nix
Browse files Browse the repository at this point in the history
  • Loading branch information
lopsided98 committed Aug 31, 2024
1 parent 3e9dc4f commit 3e59e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions machines/Dell-Inspiron-15/user-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
, symlinkJoin
, buildEnv
, glibcLocales
, nix
, nixVersions
, dropbox
, zoom-us
, cura
Expand Down Expand Up @@ -75,7 +75,7 @@
in buildEnv {
name = "Dell-Inspiron-15-user-env";
paths = [
nix
nixVersions.latest
nixGL
dropbox
zoom-us-wrapped
Expand Down

0 comments on commit 3e59e30

Please sign in to comment.