Commit 8f0e61d4 authored by david Chavalarias's avatar david Chavalarias

bin/install revised with --extra-experimental-features nix-command...

bin/install revised with --extra-experimental-features nix-command --extra-experimental-features to allow compilation
parent f3a3eb98
#!/bin/bash #!/bin/bash
# To get infos # To get infos
# nix-shell -p nix-info --run "nix-info -m" # nix-shell -p nix-info --run --extra-experimental-features nix-command "nix-info -m"
# nix-channel --update # nix-channel --update
# nix-env -iA nixpkgs.nix nixpkgs.cacert # nix-env -iA nixpkgs.nix nixpkgs.cacert
# nix-shell --show-trace --option build-fallback true --run 'bun install' # nix-shell --show-trace --option build-fallback true --run --extra-experimental-features nix-command 'bun install'
# nix-shell --show-trace --option build-fallback true --run fix-bun # nix-shell --show-trace --option build-fallback true --run --extra-experimental-features nix-commandfix-bun
# nix-shell --show-trace --option build-fallback true --run build # nix-shell --show-trace --option build-fallback true --run --extra-experimental-features nix-command build
nix run .#install nix run --extra-experimental-features nix-command --extra-experimental-features flakes .#install
nix run .#build nix run --extra-experimental-features nix-command --extra-experimental-features flakes .#build
nix run .#build-css nix run --extra-experimental-features nix-command --extra-experimental-features flakes .#build-css
# nix-shell --run "npm run css-default-theme" # nix-shell --run --extra-experimental-features nix-command "npm run css-default-theme"
# nix-shell --run "npm run css-dark-theme" # nix-shell --run --extra-experimental-features nix-command "npm run css-dark-theme"
# nix-shell --run "npm run css-herbie-theme" # nix-shell --run--extra-experimental-features nix-command "npm run css-herbie-theme"
# nix-shell --run "npm run css-monotony-theme" # nix-shell --run--extra-experimental-features nix-command "npm run css-monotony-theme"
# nix-shell --run "npm run css-greyson-theme" # nix-shell --run--extra-experimental-features nix-command "npm run css-greyson-theme"
{ {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3", "version": "0.0.7.3.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "Gargantext", "name": "Gargantext",
"version": "0.0.7.3", "version": "0.0.7.3.1",
"dependencies": { "dependencies": {
"@fontsource/crete-round": "~5.0.12", "@fontsource/crete-round": "~5.0.12",
"@fontsource/montserrat": "~5.0.17", "@fontsource/montserrat": "~5.0.17",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment