use final where appropriate

This commit is contained in:
Daylin Morgan 2024-02-02 16:23:32 -06:00
parent 5f78645348
commit 095c4c94be
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{...}: (_final: prev: {
{...}: (final: prev: {
nim-atlas = prev.nim-atlas.overrideNimAttrs {
version = "unstable";
src = prev.fetchFromGitHub {
src = final.fetchFromGitHub {
owner = "nim-lang";
repo = "atlas";
rev = "cbba9fa77fa837931bf3c58e20c1f8cb15a22919";

View File

@ -1,10 +1,10 @@
{...}: (_final: prev: {
{...}: (final: prev: {
nimble = prev.nimble.overrideNimAttrs {
version = "0.14.2-f74bf2";
requiredNimVersion = 2;
buildInputs = [prev.pkgs.openssl];
src = prev.fetchFromGitHub {
src = final.fetchFromGitHub {
owner = "nim-lang";
repo = "nimble";
# more recent commit