mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
repo: switch to nu for just
This commit is contained in:
parent
9a2f982d40
commit
47f6025963
5 changed files with 32 additions and 28 deletions
|
@ -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];
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue