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": { "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"
} }

View File

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