25180a5e6e
* Resolves #118 * Leverage flakes to manage package sources & hashes * Update documentation with an example. * Add `mkVersion` function to autogenerate a version string. * Add srcs package via overlay containing all sources defined in _pkgs/flake.nix_ * Extend `flk update` with the ability to only update the given input
7 lines
83 B
Nix
7 lines
83 B
Nix
{
|
|
description = "Package sources";
|
|
|
|
inputs = { };
|
|
|
|
outputs = { ... }: { };
|
|
}
|