File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Here's an example of a minimal `flake.nix` file that includes `devenv`:
26
26
``` nix
27
27
{
28
28
inputs = {
29
- nixpkgs.url = "github:NixOS/ nixpkgs/nixos-24.05 ";
29
+ nixpkgs.url = "github:cachix/devenv- nixpkgs/rolling ";
30
30
devenv.url = "github:cachix/devenv";
31
31
};
32
32
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Here's a minimal `flake.nix` to start you off that includes:
37
37
``` nix
38
38
{
39
39
inputs = {
40
- nixpkgs.url = "github:NixOS/ nixpkgs/nixos-24.05 ";
40
+ nixpkgs.url = "github:cachix/devenv- nixpkgs/rolling ";
41
41
devenv.url = "github:cachix/devenv";
42
42
};
43
43
@@ -148,7 +148,7 @@ The `flake.nix` file contains multiple `devShells`. For example:
148
148
``` nix
149
149
{
150
150
inputs = {
151
- nixpkgs.url = "github:NixOS/ nixpkgs/nixos-24.05 ";
151
+ nixpkgs.url = "github:cachix/devenv- nixpkgs/rolling ";
152
152
devenv.url = "github:cachix/devenv";
153
153
};
154
154
You can’t perform that action at this time.
0 commit comments