nixy-rs 0.1.0

Homebrew-style wrapper for Nix using flake.nix
1
2
3
4
5
use crate::config::VERSION;

pub fn run() {
    println!("nixy version {} (rust)", VERSION);
}