Skip to content

Instantly share code, notes, and snippets.

View autra's full-sized avatar
🏠
Working from home

Augustin Trancart autra

🏠
Working from home
View GitHub Profile
@autra
autra / Vagrantfile
Created March 14, 2025 18:03
Vagrant output
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure("2") do |config|
config.vm.network "private_network", type: "dhcp"
config.vm.provider "libvirt" do |v|
v.memory = 8192
v.cpus = 2
end
@autra
autra / devenv.lock
Created September 9, 2024 12:15
Devenv failing and losing track of postgresql pid
{
"nodes": {
"devenv": {
"locked": {
"dir": "src/modules",
"lastModified": 1725637114,
"owner": "cachix",
"repo": "devenv",
"rev": "c31e347a96dbb7718a0279afa993752a7dfc6a39",
"treeHash": "e0dfcbbfb0974603336900406b364bd4d1308fa4",
@autra
autra / .psqlrc
Last active September 9, 2024 12:01
minimal failing postgres devenv
\echo 'You have just sourced .psqlrc'