1
0
Fork 0

Update dependencies

main
Bill Ewanick 2025-03-02 15:04:10 -05:00
parent 724b4abcf0
commit ba2e16d000
2 changed files with 11 additions and 15 deletions

View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1694304580,
"narHash": "sha256-5tIpNodDpEKT8mM/F5zCzWEAnidOg8eb1/x3SRaaBLs=",
"lastModified": 1740828860,
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4c8cf44c5b9481a4f093f1df3b8b7ba997a7c760",
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}

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 = ''