# -*- mode: snippet -*- # contributor: Kiana Sheibani # key: __flake.nix # name: nix flake template # -- { description = "${1:Flake description}"; inputs = { ${2:nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; }${3:flake-utils.url = "github:numtide/flake-utils"; }$4 }; outputs = { $5 }: $0 }