diff options
author | stuebinm | 2023-02-22 21:51:04 +0100 |
---|---|---|
committer | stuebinm | 2023-02-22 21:51:04 +0100 |
commit | a2605aff1b85135bb3cf96e8dcb765d900b73098 (patch) | |
tree | 7cc78ef891e599c3b84fe8c5412b4455cd741e9d | |
parent | 44dcbe7203736c41346fb4f13e850b5ddf551e7e (diff) |
home: downgrade emacs, unbreak doom
well, that's what i get for using emacs unstable, i guess
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 7 | ||||
-rw-r--r-- | flake.nix | 2 |
2 files changed, 5 insertions, 4 deletions
@@ -76,16 +76,17 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1676917133, - "narHash": "sha256-F5udwXbmIgRo2m3Fm7kZ/Rz+c+JVj9WTNlNBCMVqr6I=", + "lastModified": 1676308357, + "narHash": "sha256-iHlVbnn/WkEbBF41YIMVBTWf/ldMCVrHKpL1nRO31R0=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "d7eeebd439b52b77958eb3d8043f3262701ddee2", + "rev": "d938b780a3d8072aeac0178c46121060079ff217", "type": "gitlab" }, "original": { "owner": "nix-community", "repo": "emacs-overlay", + "rev": "d938b780a3d8072aeac0178c46121060079ff217", "type": "gitlab" } }, @@ -13,7 +13,7 @@ deploy-rs.url = "github:serokell/deploy-rs"; deploy-rs.inputs.nixpkgs.follows = "nixpkgs"; simple-nixos-mailserver.url = "gitlab:simple-nixos-mailserver/nixos-mailserver/master"; - emacs-overlay.url = "gitlab:nix-community/emacs-overlay"; + emacs-overlay.url = "gitlab:nix-community/emacs-overlay?rev=d938b780a3d8072aeac0178c46121060079ff217"; uplcg.url = "git+https://stuebinm.eu/git/uplcg?ref=main"; uplcg.flake = false; |