Skip to content

Instantly share code, notes, and snippets.

@goofansu
goofansu / .envrc
Created May 21, 2023 02:39
Nix: basic configuration for a newly created Rails 7 application
if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
use flake
PATH_add bin
[client-notification] Sat Jan 6 09:55:51 2024:
(:jsonrpc "2.0" :method "textDocument/didChange" :params
(:textDocument
(:uri "file:///Users/james/work/myproj/demo.rb" :version 8)
:contentChanges
[(:range
(:start
(:line 0 :character 0)
:end
(:line 0 :character 0))