Working
This commit is contained in:
parent
64dd38f7aa
commit
b9adcb205e
14 changed files with 274 additions and 214 deletions
|
@ -16,7 +16,8 @@
|
|||
_module.args.pkgs = import inputs.nixpkgs {inherit system;};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [just dart watchexec];
|
||||
packages = with pkgs; [just dart watchexec];
|
||||
LD_LIBRARY_PATH = "${pkgs.lib.makeLibraryPath (with pkgs; [sqlite])}:$LD_LIBRARY_PATH";
|
||||
};
|
||||
|
||||
packages.default = pkgs.buildDartApplication {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue