Skip to content

Instantly share code, notes, and snippets.

View starptr's full-sized avatar
🍊
tangerine

Yuto Nishida starptr

🍊
tangerine
View GitHub Profile
{
inputs = {
# TODO: Check for repeated inputs to reduce duplication of inputs
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-tilderef.url = "github:NixOS/nixpkgs/nixos-unstable";
# TODO: Check for repeated inputs to reduce duplication of inputs
flake-utils.url = "github:numtide/flake-utils";
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";