This repository has been archived on 2026-04-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
noisepics/flake.nix
2026-03-18 16:46:50 -07:00

11 lines
234 B
Nix

{
description = "Noisepics - Noisebridge community photo gallery";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
};
outputs = { self, nixpkgs }: {
nixosModules.default = import ./module.nix;
};
}