we can use master for evolution now
This commit is contained in:
parent
e9897830e6
commit
eecd9f39b9
2 changed files with 3 additions and 23 deletions
23
flake.lock
generated
23
flake.lock
generated
|
@ -52,29 +52,13 @@
|
|||
"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": {
|
||||
"locked": {
|
||||
"lastModified": 1735398492,
|
||||
"narHash": "sha256-qLIa7DOJjjezoRNyPVBHynN4wh7+Nq1ICTv5ofd0WSQ=",
|
||||
"lastModified": 1735404075,
|
||||
"narHash": "sha256-WSb3ispVh+JYaHOPkWhGCrEpY85vkuSjHNKU6Xqect8=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "f56cbb9a85e5f5a6d41f25cfc0286fc8eba54a2a",
|
||||
"rev": "3e46a15febeeb086ea3092f4363e3a0155b5c31b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -105,7 +89,6 @@
|
|||
"home-manager": "home-manager",
|
||||
"nixpkgs": "nixpkgs",
|
||||
"nixpkgs-borg": "nixpkgs-borg",
|
||||
"nixpkgs-evolution": "nixpkgs-evolution",
|
||||
"nixpkgs-master": "nixpkgs-master",
|
||||
"sops-nix": "sops-nix",
|
||||
"treefmt": "treefmt"
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
treefmt.url = "github:numtide/treefmt-nix";
|
||||
nixpkgs-borg.url = "github:cything/nixpkgs/borg";
|
||||
nixpkgs-master.url = "github:nixos/nixpkgs/master";
|
||||
nixpkgs-evolution.url = "github:nixos/nixpkgs/a49023bcb550bcd84e1fa8afcbe7aa8bc0850bf4";
|
||||
};
|
||||
|
||||
outputs =
|
||||
|
@ -52,8 +51,6 @@
|
|||
overlays = [
|
||||
(overlayPkgsFromFlake inputs.nixpkgs-master [
|
||||
"zsh-fzf-tab" # https://github.com/NixOS/nixpkgs/pull/368738
|
||||
])
|
||||
(overlayPkgsFromFlake inputs.nixpkgs-evolution [
|
||||
"evolution" # https://github.com/NixOS/nixpkgs/pull/368797
|
||||
])
|
||||
];
|
||||
|
|
Loading…
Add table
Reference in a new issue