Format using nixfmt
This commit is contained in:
@@ -79,10 +79,12 @@ in
|
||||
typescript
|
||||
|
||||
# Py stuff
|
||||
(python312.withPackages (p: with p; [
|
||||
requests
|
||||
ipython
|
||||
]))
|
||||
(python312.withPackages (
|
||||
p: with p; [
|
||||
requests
|
||||
ipython
|
||||
]
|
||||
))
|
||||
poetry
|
||||
ruff
|
||||
|
||||
@@ -97,16 +99,10 @@ in
|
||||
|
||||
# Stuff with overrides
|
||||
# Blender
|
||||
(blender.override {
|
||||
cudaSupport = withCuda;
|
||||
})
|
||||
(blender.override { cudaSupport = withCuda; })
|
||||
# Btop
|
||||
(btop.override {
|
||||
cudaSupport = withCuda;
|
||||
})
|
||||
(btop.override { cudaSupport = withCuda; })
|
||||
# PrismLauncher
|
||||
(prismlauncher.override {
|
||||
withWaylandGLFW = true;
|
||||
})
|
||||
(prismlauncher.override { withWaylandGLFW = true; })
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user