feat(nix): Add a nixpkgs overlay (#1357)
This commit is contained in:
parent
57a8db13c2
commit
21f3f64ad5
1 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue