we can use master for evolution now

This commit is contained in:
cy 2024-12-28 11:58:18 -05:00
parent e9897830e6
commit eecd9f39b9
2 changed files with 3 additions and 23 deletions

23
flake.lock generated
View file

@ -52,29 +52,13 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-evolution": {
"locked": {
"lastModified": 1735386098,
"narHash": "sha256-/u2GGYOo6I11WfBo0MddUIk+lnzGI/lMaBv+iBiFC6E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a49023bcb550bcd84e1fa8afcbe7aa8bc0850bf4",
"type": "github"
},
"original": {
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a49023bcb550bcd84e1fa8afcbe7aa8bc0850bf4",
"type": "github"
}
},
"nixpkgs-master": { "nixpkgs-master": {
"locked": { "locked": {
"lastModified": 1735398492, "lastModified": 1735404075,
"narHash": "sha256-qLIa7DOJjjezoRNyPVBHynN4wh7+Nq1ICTv5ofd0WSQ=", "narHash": "sha256-WSb3ispVh+JYaHOPkWhGCrEpY85vkuSjHNKU6Xqect8=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "f56cbb9a85e5f5a6d41f25cfc0286fc8eba54a2a", "rev": "3e46a15febeeb086ea3092f4363e3a0155b5c31b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -105,7 +89,6 @@
"home-manager": "home-manager", "home-manager": "home-manager",
"nixpkgs": "nixpkgs", "nixpkgs": "nixpkgs",
"nixpkgs-borg": "nixpkgs-borg", "nixpkgs-borg": "nixpkgs-borg",
"nixpkgs-evolution": "nixpkgs-evolution",
"nixpkgs-master": "nixpkgs-master", "nixpkgs-master": "nixpkgs-master",
"sops-nix": "sops-nix", "sops-nix": "sops-nix",
"treefmt": "treefmt" "treefmt": "treefmt"

View file

@ -14,7 +14,6 @@
treefmt.url = "github:numtide/treefmt-nix"; treefmt.url = "github:numtide/treefmt-nix";
nixpkgs-borg.url = "github:cything/nixpkgs/borg"; nixpkgs-borg.url = "github:cything/nixpkgs/borg";
nixpkgs-master.url = "github:nixos/nixpkgs/master"; nixpkgs-master.url = "github:nixos/nixpkgs/master";
nixpkgs-evolution.url = "github:nixos/nixpkgs/a49023bcb550bcd84e1fa8afcbe7aa8bc0850bf4";
}; };
outputs = outputs =
@ -52,8 +51,6 @@
overlays = [ overlays = [
(overlayPkgsFromFlake inputs.nixpkgs-master [ (overlayPkgsFromFlake inputs.nixpkgs-master [
"zsh-fzf-tab" # https://github.com/NixOS/nixpkgs/pull/368738 "zsh-fzf-tab" # https://github.com/NixOS/nixpkgs/pull/368738
])
(overlayPkgsFromFlake inputs.nixpkgs-evolution [
"evolution" # https://github.com/NixOS/nixpkgs/pull/368797 "evolution" # https://github.com/NixOS/nixpkgs/pull/368797
]) ])
]; ];