mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 18:07:06 +02:00
feat(nix): Add a nixpkgs overlay (#1357)
This commit is contained in:
@ -31,5 +31,10 @@
|
|||||||
];
|
];
|
||||||
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
RUST_SRC_PATH = "${pkgs.rustPlatform.rustLibSrc}";
|
||||||
});
|
});
|
||||||
});
|
})
|
||||||
|
// {
|
||||||
|
overlays.default = final: prev: {
|
||||||
|
inherit (self.packages.${final.system}) atuin;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user