fooud/flake.nix

6 lines
147 B
Nix

{
description = "Declaratively update your data.";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
outputs = { ... }: {
};
}