Skip to content

Commit 68a6d54

Browse files
committed
docs: use rolling nixpkgs in flake docs
1 parent 4d65397 commit 68a6d54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guides/using-with-flake-parts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Here's an example of a minimal `flake.nix` file that includes `devenv`:
2626
```nix
2727
{
2828
inputs = {
29-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
29+
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
3030
devenv.url = "github:cachix/devenv";
3131
};
3232

docs/guides/using-with-flakes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Here's a minimal `flake.nix` to start you off that includes:
3737
```nix
3838
{
3939
inputs = {
40-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
40+
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
4141
devenv.url = "github:cachix/devenv";
4242
};
4343
@@ -148,7 +148,7 @@ The `flake.nix` file contains multiple `devShells`. For example:
148148
```nix
149149
{
150150
inputs = {
151-
nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.05";
151+
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
152152
devenv.url = "github:cachix/devenv";
153153
};
154154

0 commit comments

Comments
 (0)