Skip to content

Instantly share code, notes, and snippets.

@belug23
Created May 14, 2024 12:59
Show Gist options
  • Save belug23/7db8be95aefd8adb66ea11fa5edd20a5 to your computer and use it in GitHub Desktop.
Save belug23/7db8be95aefd8adb66ea11fa5edd20a5 to your computer and use it in GitHub Desktop.
npmlock2nix gist test case

Test case for npmlock2nix gist support

This is an empty gist to use as tests the support for gist inside npmlock2nix

module.exports = function() {
return 'Hello world!';
};
{
"name": "npmlock2nix_gist",
"version": "0.0.1",
"description": "npmlock2nix gist test case",
"main": "index.js",
"repository": "https://gist.github.com/belug23/7db8be95aefd8adb66ea11fa5edd20a5",
"files": [
"index.js"
],
"author": "Alexandre Lessard",
"license": "BSD-3-Clause",
"readmeFilename": "README.md"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment