Pin emacs-overlay while emacs-pgtkgcc building is broken

This commit is contained in:
Charlotte Van Petegem 2021-11-16 09:35:15 +01:00
parent f756f1a24a
commit 6942b126f1
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 5 additions and 4 deletions

7
flake.lock generated
View file

@ -42,16 +42,17 @@
}, },
"emacs-overlay": { "emacs-overlay": {
"locked": { "locked": {
"lastModified": 1637044857, "lastModified": 1637027238,
"narHash": "sha256-47q1UBIJ38UqcX+tcZn4lvNcksGomKx7K8sfFJT8gBY=", "narHash": "sha256-Ob3nKcvMdBALeBkZXaDtLIfGloJ1srH4pY5lrGQCIWE=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "7deb4c6d630078c5188cc0f6c868ef9c2529ac51", "rev": "f01c9352ea15574602234feea5b4dc25df26a77a",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "f01c9352ea15574602234feea5b4dc25df26a77a",
"type": "github" "type": "github"
} }
}, },

View file

@ -10,7 +10,7 @@
url = "github:ryantm/agenix"; url = "github:ryantm/agenix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
emacs-overlay.url = "github:nix-community/emacs-overlay"; emacs-overlay.url = "github:nix-community/emacs-overlay/f01c9352ea15574602234feea5b4dc25df26a77a";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";