From 20d3ba6052519fab856ef1f187fe48682e2df3cb Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Wed, 29 Jun 2022 04:28:40 -0400 Subject: [PATCH] Update emacs --- flake.lock | 7 +++---- flake.nix | 2 +- home.nix | 1 + 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 1c1e62f..dffd6a7 100644 --- a/flake.lock +++ b/flake.lock @@ -62,17 +62,16 @@ ] }, "locked": { - "lastModified": 1655120294, - "narHash": "sha256-e0IXVoxH3o1QbLtHxANAg2CHdVE3jZBi5ifhh+6Vpcs=", + "lastModified": 1656387960, + "narHash": "sha256-Rcnt6i4i9qScIJamwlXey78q9W3BiKxoN9T74yMoNPk=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e", + "rev": "79d813d9d4ebbd8ab34c1f755439cab4aedb2ddb", "type": "github" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", - "rev": "29dcfbc1b29ae7281e95367e0f2358b44224a46e", "type": "github" } }, diff --git a/flake.nix b/flake.nix index cce338f..d9c1a6d 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nixpgks.follows = "nixpkgs"; }; emacs = { - url = "github:nix-community/emacs-overlay/29dcfbc1b29ae7281e95367e0f2358b44224a46e"; + url = "github:nix-community/emacs-overlay"; inputs.nixpkgs.follows = "nixpkgs"; }; mozilla = { diff --git a/home.nix b/home.nix index ceca74f..b97e959 100644 --- a/home.nix +++ b/home.nix @@ -12,6 +12,7 @@ shell = pkgs.fish; }; }; + home-manager.users.nathan.home.stateVersion = "22.05"; ## Misc packages that were in user.nix # Install general use packages environment.systemPackages = with pkgs; [