Skip to content

Commit

Permalink
chore(devenv): update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Mar 5, 2024
1 parent 56d6865 commit f82ecad
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,19 @@

# https://devenv.sh/reference/options/
packages = with pkgs; [
cargo-watch
cargo-zigbuild
just
sea-orm-cli
];

languages.rust.enable = true;
languages.rust.channel = rust_toolchain.toolchain.channel;
languages.rust.components = rust_toolchain.toolchain.components;

enterShell = ''
hello
'';
# enterShell = ''
# hello
# '';
};

};
Expand Down

0 comments on commit f82ecad

Please sign in to comment.