Update dependencies
This commit is contained in:
18
flake.nix
18
flake.nix
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user