repo: switch to nu for just

This commit is contained in:
MultisampledNight 2024-01-10 23:21:33 +01:00
commit 47f6025963
No known key found for this signature in database
GPG key ID: C81EF9B053977241
5 changed files with 32 additions and 28 deletions

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
systems.url = "github:nix-systems/default";
devenv.url = "github:cachix/devenv";
fenix.url = "github:nix-community/fenix";
@ -36,7 +36,7 @@
rustfmt.enable = true;
};
packages = [];
packages = with pkgs; [just nushell typst];
})
];
};