Skip to content

Commit

Permalink
devenv: fix default path to nixpkgs in .devenv.flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Dec 19, 2024
1 parent bdc1a2c commit f81cf7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv/src/flake.tmpl.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
git-hooks.url = "github:cachix/git-hooks.nix";
git-hooks.inputs.nixpkgs.follows = "nixpkgs";
pre-commit-hooks.follows = "git-hooks";
nixpkgs.url = "github:cachix/devenv-nixpkgs/bump-rolling";
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
devenv.url = "github:cachix/devenv?dir=src/modules";
} // (if builtins.pathExists (devenv_dotfile + "/flake.json")
then builtins.fromJSON (builtins.readFile (devenv_dotfile + "/flake.json"))
Expand Down

0 comments on commit f81cf7d

Please sign in to comment.