Skip to content

Commit b00b9d8

Browse files
cosmic-settings: replace rec with finalAttrs
1 parent d9344e9 commit b00b9d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/co/cosmic-settings/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ let
2929
in
3030
rustPlatform.buildRustPackage.override
3131
{ stdenv = if withMoldLinker then stdenvAdapters.useMoldLinker stdenv else stdenv; }
32-
rec {
32+
(finalAttrs: {
3333
pname = "cosmic-settings";
3434
version = "1.0.0-alpha.6";
3535

3636
src = fetchFromGitHub {
3737
owner = "pop-os";
3838
repo = "cosmic-settings";
39-
tag = "epoch-${version}";
39+
tag = "epoch-${finalAttrs.version}";
4040
hash = "sha256-UKg3TIpyaqtynk6wLFFPpv69F74hmqfMVPra2+iFbvE=";
4141
};
4242

@@ -105,4 +105,4 @@ rustPlatform.buildRustPackage.override
105105
];
106106
platforms = lib.platforms.linux;
107107
};
108-
}
108+
})

0 commit comments

Comments
 (0)