xenon-browser/default.nix

12 lines
192 B
Nix
Raw Normal View History

2023-08-16 10:51:58 +00:00
with import <nixpkgs> {};
let
rustChannel = rustChannelOf {
channel = "stable";
date = "2023-08-16";
};
in
rustChannel.workspaceMembers.libadwaita.build.override {
src = ./.;
}