forked from fabian/nix_config
Add 'homepage/' from commit 'a07048bb01
'
git-subtree-dir: homepage git-subtree-mainline:557d85391c
git-subtree-split:a07048bb01
This commit is contained in:
commit
3abff4437a
82 changed files with 2643 additions and 0 deletions
18
homepage/flake.nix
Normal file
18
homepage/flake.nix
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
inputs = {
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, flake-utils }: flake-utils.lib.eachDefaultSystem (system:
|
||||
let
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
formatter = pkgs.alejandra;
|
||||
|
||||
packages = rec {
|
||||
default = posixlycorrect;
|
||||
posixlycorrect = pkgs.callPackage ./. { };
|
||||
};
|
||||
});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue