Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion FLOX_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
1.7.4
2 changes: 1 addition & 1 deletion docs/concepts/packages-and-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Packages are declared in the [environment manifest][manifest_concept].
The built-in catalog is called the Base Catalog, and contains a wide variety of open source packages you can use in your environments.
The Base Catalog uses [nixpkgs][nixpkgs] as an input.
Nixpkgs is a community maintained project, but the Base Catalog is maintained by Flox.
Upstream changes in [nixpkgs][nixpkgs] are reflected in the Flox Catalog daily from the `unstable` branch of [nixpkgs][nixpkgs].
Upstream changes in [nixpkgs][nixpkgs] are reflected in the Flox Catalog daily from the `nixos-unstable` branch of [nixpkgs][nixpkgs].

## Supported package metadata

Expand Down