flake: Use master trunk for script inclusions
This commit is contained in:
parent
e49a5829c4
commit
1cf2b50c8c
2 changed files with 24 additions and 2 deletions
|
|
@ -4,6 +4,10 @@
|
|||
inputs.flake-utils.url = "github:numtide/flake-utils";
|
||||
inputs.naersk.url = "github:nix-community/naersk";
|
||||
inputs.rust-overlay.url = "github:oxalica/rust-overlay";
|
||||
inputs.trunk = {
|
||||
url = "github:thedodd/trunk";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
outputs = {
|
||||
self,
|
||||
|
|
@ -11,6 +15,7 @@
|
|||
flake-utils,
|
||||
naersk,
|
||||
rust-overlay,
|
||||
trunk,
|
||||
}:
|
||||
flake-utils.lib.eachDefaultSystem (system: let
|
||||
pkgs = import nixpkgs {
|
||||
|
|
@ -28,7 +33,7 @@
|
|||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = [
|
||||
rust
|
||||
pkgs.trunk
|
||||
(naersk'.buildPackage trunk)
|
||||
pkgs.httpie
|
||||
pkgs.sea-orm-cli
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue