1
0

Update dependencies

This commit is contained in:
2025-03-02 15:04:10 -05:00
parent 724b4abcf0
commit ba2e16d000
2 changed files with 11 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
'';
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }: {
@@ -51,8 +51,8 @@
arithmoi
# graphing libraries!
Chart
Chart-cairo
# Chart
# Chart-cairo
]
);
@@ -76,16 +76,12 @@
ghcid
hlint
] ++ (with pkgs; [
kotlin
jdk23
nixfmt-rfc-style
# Scripts
clean
go
gofumpt
nodejs
python310
black
]);
shellHook = ''