Skip to content

Commit

Permalink
Fix URL to use 23.11 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinlyons committed Jan 17, 2024
1 parent 754d8d5 commit e07ef74
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/nixos/files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ let
text = ''
#!/bin/sh
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages"
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages"
'';
};

Expand Down
2 changes: 1 addition & 1 deletion templates/starter-with-secrets/modules/nixos/files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ let
text = ''
#!/bin/sh
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages"
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages"
'';
};

Expand Down
2 changes: 1 addition & 1 deletion templates/starter/modules/nixos/files.nix
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ let
text = ''
#!/bin/sh
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages?channel=23.05&from=0&size=50&sort=relevance&type=packages"
/etc/profiles/per-user/${user}/bin/google-chrome-stable --new-window "https://search.nixos.org/packages"
'';
};

Expand Down

0 comments on commit e07ef74

Please sign in to comment.