Skip to content

Commit

Permalink
Update embedded nixpkgs revision, make sure wrapped ruby is used
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlotte Van Petegem committed Nov 18, 2024
1 parent e187afe commit 2bdb2fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
rev = "759537f06e6999e141588ff1c9be7f3a5c060106";
rev = "5e4fbfb6b3de1aa2872b76d49fafc942626e2add";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
pkgs = import nixpkgs {};
ruby = pkgs.ruby_3_3;
Expand All @@ -10,6 +10,6 @@ let
};
in with pkgs;
[
gems libxml2 nodejs cacert git glibcLocales
gems gems.wrappedRuby libxml2 nodejs cacert git glibcLocales
pandoc (texlive.combine { inherit (texlive) scheme-basic xetex unicode-math enumitem booktabs ulem etoolbox; })
] ++ (if stdenv.isDarwin then [terminal-notifier] else [chromium])
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
let
build-deps = import ./packages.nix;
rev = "759537f06e6999e141588ff1c9be7f3a5c060106";
rev = "5e4fbfb6b3de1aa2872b76d49fafc942626e2add";
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
pkgs = import nixpkgs {};
in
Expand Down

0 comments on commit 2bdb2fa

Please sign in to comment.