removed nixpkgs-stable overwrite from pre-commit-hooks, because it doesn't exist anymore #62

Merged
nerf merged 1 commit from nerf/nixConfig:fixPre-commitWarning into main 2025-03-17 13:57:09 +00:00
Showing only changes of commit 12c9f59e2e - Show all commits

View file

@ -19,7 +19,6 @@
inputs = { inputs = {
flake-compat.follows = ""; flake-compat.follows = "";
gitignore.follows = ""; gitignore.follows = "";
nixpkgs-stable.follows = "";
nixpkgs.follows = ""; nixpkgs.follows = "";
}; };
}; };