This repository contains the Nix package recipe for Certilia Middleware. It's a software client that allows citizens to sign in to the website of the Croatian e-government (https://gov.hr/) using their ID.
- Clone this repository
git clone https://git.sr.ht/~marijan/certilia-overlay
or
git clone https://github.com/marijanp/certilia-overlay.git
- Build the package
nix-build
- Run the application: After a successful build, Nix will create a
result
symlink pointing to the Nix store path of the built package.
result/bin/Client
- Run the application
nix run git+https://git.sr.ht/~marijan/certilia-overlay#certilia
or
nix run github:marijanp/certilia-overlay#certilia
Copyright (c) 2025 Marijan Petričević
This project is licensed under the Mozilla Public License 2.0. See the LICENSE file for details.
Ovaj repozitorij sadrži Nix recept za paket Certilia Middleware. Certilia Middleware sadrži softverski klijent koji omogućava građanima prijavu na web stranici e-Građani (https://gov.hr/) koristeći osobne iskaznice.
- Klonirajte ovaj repozitorij
git clone https://git.sr.ht/~marijan/certilia-overlay
ili
git clone https://github.com/marijanp/certilia-overlay.git
- Izgradite paket
nix-build
- Pokrenite aplikaciju: Nakon uspješne izgradnje, Nix će stvoriti simbolički link
result
koji pokazuje na lokaciju u Nix store izgrađenog paketa.
result/bin/Client
- Pokrenite aplikaciju
nix run git+https://git.sr.ht/~marijan/certilia-overlay#certilia
ili
nix run github:marijanp/certilia-overlay#certilia
Copyright (c) 2025 Marijan Petričević
Ovaj projekt je licenciran pod Mozilla Public License 2.0. Pogledajte datoteku LICENSE za detalje.