Skip to content

Commit

Permalink
updated dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues committed Jan 14, 2025
1 parent 1a4ed0e commit 01fe077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2024-12-14.tar.gz") {};
pkgs = import (fetchTarball "https://github.com/rstats-on-nix/nixpkgs/archive/2025-01-14.tar.gz") {};

rpkgs = builtins.attrValues {
inherit (pkgs.rPackages)
Expand Down

0 comments on commit 01fe077

Please sign in to comment.