Skip to content

Instantly share code, notes, and snippets.

View belug23's full-sized avatar

Alexandre belug23

  • Saguenay, Qc, Canada
  • 23:16 (UTC -04:00)
View GitHub Profile
@belug23
belug23 / README.md
Created May 14, 2024 12:59
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

@belug23
belug23 / gist:9722555
Created March 23, 2014 12:40
Installing java on ubuntu
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer