Skip to content

Commit

Permalink
flake: don't override default python and postgresql versions
Browse files Browse the repository at this point in the history
  • Loading branch information
imincik committed Nov 25, 2024
1 parent 3831a8e commit fd1f95d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,12 @@
# });

# Default Python version
python3Packages = prev.python311Packages;
python3 = prev.python311;
# python3Packages = prev.python311Packages;
# python3 = prev.python311;

# Default PostgreSQL version
postgresqlPackages = prev.postgresql15Packages;
postgresql = prev.postgresql_15;
# postgresqlPackages = prev.postgresql15Packages;
# postgresql = prev.postgresql_15;

# grass plugins
grassPlugins =
Expand Down

0 comments on commit fd1f95d

Please sign in to comment.