From cab79951c38ef1b05dbe38fec857dcb2fffbec82 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 11 Nov 2022 17:27:49 +0100 Subject: add flake --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 flake.nix diff --git a/flake.nix b/flake.nix new file mode 100644 index 0000000..9cdb743 --- /dev/null +++ b/flake.nix @@ -0,0 +1,11 @@ +{ + description = "Quentin Aristote's personal information."; + + inputs.flake-utils.url = "github:numtide/flake-utils"; + + outputs = { self, nixpkgs, flake-utils }: + flake-utils.lib.eachDefaultSystem (system: + let pkgs = nixpkgs.legacyPackages.${system}; + in { formatWith = markup: import ./default.nix { inherit markup pkgs; }; }); +} + -- cgit v1.2.3