devshell follows nixpkgs

This commit is contained in:
Oliver Davies 2025-06-23 00:35:28 +01:00
parent 6c3ab477e0
commit 4ec8ad983a
2 changed files with 14 additions and 41 deletions

View file

@ -1,5 +1,6 @@
{
inputs = {
devshell.inputs.nixpkgs.follows = "nixpkgs";
devshell.url = "github:numtide/devshell";
flake-parts.url = "github:hercules-ci/flake-parts";