mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 09:44:18 +00:00
hare: change self to finalAttrs
This commit is contained in:
parent
0b6dff5b3e
commit
4961a108af
@ -12,7 +12,7 @@
|
||||
let
|
||||
inherit (harePackages) harec;
|
||||
in
|
||||
stdenv.mkDerivation (self: {
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "hare";
|
||||
version = "unstable-2023-03-15";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user