fix: updated devenv template to remove typo
All checks were successful
ci / nix-fmt (push) Successful in 5m20s
All checks were successful
ci / nix-fmt (push) Successful in 5m20s
This commit is contained in:
parent
0d5380c5a0
commit
4a47c4781e
2 changed files with 5 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
watch_file flake.nix flake.lock
|
||||
|
||||
use flake . --no-purel-eval
|
||||
use flake . --no-pure-eval
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue