follow nixpkgs in mudl

This commit is contained in:
notgne2 2021-08-21 18:56:22 -07:00
parent bfa1e56b7d
commit 6e6c001c9f
No known key found for this signature in database
GPG Key ID: BB661E172B42A7F8

View File

@ -14,6 +14,7 @@
}; };
mudl = { mudl = {
url = "git+ssh://git@git.wizbos.club/notgne2/mudl.git"; url = "git+ssh://git@git.wizbos.club/notgne2/mudl.git";
inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };