Update dependencies
parent
724b4abcf0
commit
ba2e16d000
|
@ -2,16 +2,16 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694304580,
|
"lastModified": 1740828860,
|
||||||
"narHash": "sha256-5tIpNodDpEKT8mM/F5zCzWEAnidOg8eb1/x3SRaaBLs=",
|
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760",
|
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"ref": "nixos-23.05",
|
"ref": "nixos-unstable",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
18
flake.nix
18
flake.nix
|
@ -29,7 +29,7 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-23.05";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs }: {
|
outputs = { self, nixpkgs }: {
|
||||||
|
@ -51,8 +51,8 @@
|
||||||
arithmoi
|
arithmoi
|
||||||
|
|
||||||
# graphing libraries!
|
# graphing libraries!
|
||||||
Chart
|
# Chart
|
||||||
Chart-cairo
|
# Chart-cairo
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -76,16 +76,12 @@
|
||||||
ghcid
|
ghcid
|
||||||
hlint
|
hlint
|
||||||
] ++ (with pkgs; [
|
] ++ (with pkgs; [
|
||||||
|
kotlin
|
||||||
|
jdk23
|
||||||
|
nixfmt-rfc-style
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
clean
|
clean
|
||||||
|
|
||||||
go
|
|
||||||
gofumpt
|
|
||||||
|
|
||||||
nodejs
|
|
||||||
|
|
||||||
python310
|
|
||||||
black
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
Loading…
Reference in New Issue