Env: Disable python dependency in flake
This commit is contained in:
@ -108,10 +108,9 @@
|
|||||||
name = "Formula11";
|
name = "Formula11";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
f1python
|
nodejs_23
|
||||||
pocketbase
|
pocketbase
|
||||||
|
|
||||||
nodejs_23
|
|
||||||
# nodePackages.autoprefixer
|
# nodePackages.autoprefixer
|
||||||
# nodePackages.postcss
|
# nodePackages.postcss
|
||||||
# nodePackages.postcss-cli
|
# nodePackages.postcss-cli
|
||||||
@ -119,7 +118,8 @@
|
|||||||
# nodePackages.svelte-check
|
# nodePackages.svelte-check
|
||||||
# nodePackages.tailwindcss
|
# nodePackages.tailwindcss
|
||||||
|
|
||||||
sqlitebrowser
|
# f1python
|
||||||
|
# sqlitebrowser
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use $1 for positional args
|
# Use $1 for positional args
|
||||||
|
Reference in New Issue
Block a user