~fgaz/orchid

f5aab7a82908b9bc979d3ec86c863dc753bc784f — Francesco Gazzetta 2 years ago 3fe4d13
Add flake.nix
1 files changed, 8 insertions(+), 0 deletions(-)

A flake.nix
A flake.nix => flake.nix +8 -0
@@ 0,0 1,8 @@
{
  description = "Pin references from specified paths";
  inputs.flake-utils.url = "github:numtide/flake-utils";
  outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system: rec {
    packages.orchid = import ./. { pkgs = nixpkgs.legacyPackages."${system}"; };
    defaultPackage = packages.orchid;
  });
}