chore: update
This commit is contained in:
parent
2875997232
commit
9adb058ead
2 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"type": "Channel",
|
"type": "Channel",
|
||||||
"name": "nixpkgs-unstable",
|
"name": "nixpkgs-unstable",
|
||||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre690413.1366d1af8f58/nixexprs.tar.xz",
|
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-24.11pre691017.b69de56fac8c/nixexprs.tar.xz",
|
||||||
"hash": "0nlrrs22pf3dr7m55glxxfdg2qn6q9sjsd5dc7bvigasb1v3gw4j"
|
"hash": "0z32pj0lh5ng2a6cn0qfmka8cynnygckn5615mkaxq2aplkvgzx3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"version": 3
|
"version": 3
|
||||||
|
|
|
@ -12,7 +12,7 @@ in
|
||||||
{
|
{
|
||||||
dev = pkgs.mkShell {
|
dev = pkgs.mkShell {
|
||||||
packages = [
|
packages = [
|
||||||
(pkgs.python310.withPackages (ps: [
|
(pkgs.python3.withPackages (ps: [
|
||||||
# build dep
|
# build dep
|
||||||
ps.pyserial
|
ps.pyserial
|
||||||
ps.colour
|
ps.colour
|
||||||
|
|
Loading…
Reference in a new issue