Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
b-rodrigues authored Oct 14, 2024
1 parent 62f6f16 commit 27af3e5
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/b-rodrigues/nixpkgs/archive/06b93631a20bc9c1e73d7b5c706af12ee01922aa.tar.gz") {};
pkgs = import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/ded3e593909ec35bbdef0335c313afeebe826470.tar.gz") {};
system_packages = builtins.attrValues {
inherit (pkgs) gh glibcLocalesUtf8 pandoc nix R ;
};
Expand Down

0 comments on commit 27af3e5

Please sign in to comment.