diff --git a/flake.lock b/flake.lock index 4749526..0e850ff 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1668784520, - "narHash": "sha256-gGgVAMwYPPmrfnvnoRi6OkEB5KRsNTb9uYzEceLdO/g=", + "lastModified": 1671196037, + "narHash": "sha256-2+J98SeczFWonbqFLMEAQC7vZEe6I2gM17XYvEmG52I=", "owner": "LnL7", "repo": "nix-darwin", - "rev": "6349b99bc2b96ded34d068a88c7c5ced406b7f7f", + "rev": "adb8ac0453c8b2c40f5bffb578453dbaee838952", "type": "github" }, "original": { @@ -23,17 +23,16 @@ "emacs-src": { "flake": false, "locked": { - "lastModified": 1663433932, - "narHash": "sha256-JgoayvAG/dPrRVNlj3QGsmqHtKkaa+4UoLjlZP2Ndm0=", + "lastModified": 1671622837, + "narHash": "sha256-9v6yzJgtjEJTuacEe8hEzP541hivvNObEh2Hkyw1Mh0=", "owner": "emacs-mirror", "repo": "emacs", - "rev": "7fe22182d3abcb3124c50f717cc74925800b7720", + "rev": "ad5a67996ddf23df904c09165475759e2e0a68b1", "type": "github" }, "original": { "owner": "emacs-mirror", "repo": "emacs", - "rev": "7fe22182d3abcb3124c50f717cc74925800b7720", "type": "github" } }, @@ -45,11 +44,11 @@ "utils": "utils" }, "locked": { - "lastModified": 1670970889, - "narHash": "sha256-TWJo3/X3Q3r+HeX16QN4FE6ddBpGtAboymSEF+4Nnc0=", + "lastModified": 1671578428, + "narHash": "sha256-YmbpBcPaGz9KE2bC4xPvSdgCSMk0BmS/L3ePvy9TR/M=", "owner": "nix-community", "repo": "home-manager", - "rev": "e412025fffdcd6219ddd21c65d9a1b90005ce508", + "rev": "0f8bf4f92efa3c6168705b49a6788abb3612033a", "type": "github" }, "original": { @@ -60,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1670700605, - "narHash": "sha256-5dlpATkcyITpdtMflhltuD+A3RNpsVI1Mb+dtKkll6Y=", + "lastModified": 1671447788, + "narHash": "sha256-Nitle27Q2gXkuk66VZUT+iyisT4pGQwQwU9eyExOVEk=", "owner": "nixos", "repo": "nixpkgs", - "rev": "7b9eeb856cbf976482fa8d1cb295ea03fb3e1277", + "rev": "bfb04388d42ff49e5e81da9f0bfcb48a6367273d", "type": "github" }, "original": { @@ -76,11 +75,11 @@ }, "nixpkgs-unstable": { "locked": { - "lastModified": 1670857275, - "narHash": "sha256-dUA+BywwnOdoZ8wiU6pHh0cXpzbxUDRGbqtvN8QQqJM=", + "lastModified": 1671458120, + "narHash": "sha256-2+k/OONN4OF21TeoNjKB5sXVZv6Zvm/uEyQIW9OYCg8=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "01c02c84d3f1536c695a2ec3ddb66b8a21be152b", + "rev": "e37ef84b478fa8da0ced96522adfd956fde9047a", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a3e73a3..a561daa 100644 --- a/flake.nix +++ b/flake.nix @@ -22,7 +22,7 @@ }; emacs-src = { - url = "github:emacs-mirror/emacs?rev=7fe22182d3abcb3124c50f717cc74925800b7720"; + url = "github:emacs-mirror/emacs"; flake = false; }; }; @@ -49,7 +49,7 @@ services.nix-daemon.enable = true; nixpkgs = { - + config.allowUnfree = true; overlays = with inputs; [ @@ -60,7 +60,7 @@ withSQLite3 = true; withNS = true; }).overrideAttrs (o: rec { - version = "29.0.50"; + version = "30.0.50"; src = inputs.emacs-src; patches = [ diff --git a/modules/home.nix b/modules/home.nix index 6209b6b..583e6dc 100644 --- a/modules/home.nix +++ b/modules/home.nix @@ -15,7 +15,7 @@ en-science nb ])) - (python311.withPackages + (python3.withPackages (python-packages: with python-packages; [ hypothesis graphviz