nixos-config/templates/rust-app/nix/default.nix

4 lines
69 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage ./package.nix { }