new git-hooks based deployment
This commit is contained in:
parent
e65718178e
commit
a8e9884c3c
5 changed files with 85 additions and 80 deletions
|
|
@ -1,6 +1,10 @@
|
|||
{
|
||||
description = "Declaratively update your data.";
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
|
||||
inputs.nixpkgs.url = "nixpkgs/nixos-unstable";
|
||||
outputs = { ... }: {
|
||||
nixosModules = rec {
|
||||
fooud = builtins.import ./module.nix;
|
||||
default = fooud;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue