Skip to content

Commit

Permalink
docs: use rolling nixpkgs in flake docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jan 24, 2025
1 parent 4d65397 commit 68a6d54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guides/using-with-flake-parts.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Here's an example of a minimal `flake.nix` file that includes `devenv`:
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
devenv.url = "github:cachix/devenv";
};
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/using-with-flakes.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Here's a minimal `flake.nix` to start you off that includes:
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
devenv.url = "github:cachix/devenv";
};
Expand Down Expand Up @@ -148,7 +148,7 @@ The `flake.nix` file contains multiple `devShells`. For example:
```nix
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
devenv.url = "github:cachix/devenv";
};
Expand Down

0 comments on commit 68a6d54

Please sign in to comment.