Skip to content

Commit 5532aa6

Browse files
committed
Update default.nix
1 parent 56f8a5c commit 5532aa6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let pkgs = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/430a043a187872d8b065c073839997719b564611.tar.gz") {
1+
let pkgs = (import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/57be0c5d9650a5c3970439ba7a1f4a017cd98cc0.tar.gz") {
22
overlays = [
33
(import (builtins.fetchTarball "https://github.com/oxalica/rust-overlay/archive/master.tar.gz"))
44
];
@@ -15,7 +15,7 @@ in with pkgs; {
1515
gcc = (callPackage ./gcc-luogu { inherit pkgs; }).gcc;
1616

1717
# Rust
18-
rust = rust-bin.nightly."2021-08-23".default;
18+
rust = rust-bin.nightly."2021-11-22".default;
1919

2020
# Haskell
2121
inherit ghc;

0 commit comments

Comments
 (0)