fix: updated devenv template to remove typo
All checks were successful
ci / nix-fmt (push) Successful in 5m20s

This commit is contained in:
Ceferino Patino 2025-11-16 16:06:35 -06:00
commit 4a47c4781e
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,3 @@
watch_file flake.nix flake.lock
use flake . --no-purel-eval
use flake . --no-pure-eval

View file

@ -1,8 +1,10 @@
{
inputs = {
nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling";
devenv.inputs.nixpkgs.follows = "nixpkgs";
devenv.url = "github:cachix/devenv";
devenv = {
url = "github:cachix/devenv";
inputs.nixpkgs.follows = "nixpkgs";
};
flake-utils.url = "github:numtide/flake-utils";
treefmt-nix.url = "github:numtide/treefmt-nix";