diff options
-rw-r--r-- | flake.lock | 6 | ||||
-rw-r--r-- | nix/racket-env.nix | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -40,11 +40,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1703467016, - "narHash": "sha256-/5A/dNPhbQx/Oa2d+Get174eNI3LERQ7u6WTWOlR1eQ=", + "lastModified": 1709128929, + "narHash": "sha256-GWrv9a+AgGhG4/eI/CyVVIIygia7cEy68Huv3P8oyaw=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d02d818f22c777aa4e854efc3242ec451e5d462a", + "rev": "c8e74c2f83fe12b4e5a8bd1abbc090575b0f7611", "type": "github" }, "original": { diff --git a/nix/racket-env.nix b/nix/racket-env.nix index cadc022..88bed03 100644 --- a/nix/racket-env.nix +++ b/nix/racket-env.nix @@ -1,6 +1,6 @@ {pkgs ? import <nixpkgs> {}, ...}: let inherit (pkgs) fetchurl fetchgit; - racket = pkgs.racket-minimal.overrideAttrs {disableDocs = true;}; + racket = pkgs.racket-minimal; racketPkgs = [ (fetchurl { url = "https://download.racket-lang.org/releases/8.10/pkgs/2d-lib.zip"; |