added alias-to-sieve to this repository

This commit is contained in:
Dennis Frieberg 2025-03-26 22:21:09 +01:00
parent ecc88b5539
commit 428788afe7
Signed by: nerf
SSH key fingerprint: SHA256:zvrU0EwwaNK65M+AqL9IOTRawFq0JZ8QXBASxxGpxmg
4 changed files with 835 additions and 63 deletions

View file

@ -2,10 +2,6 @@
description = "Description for the project";
inputs = {
alias-to-sieve = {
url = "git+https://gitea.mathebau.de/fachschaft/alias_to_sieve";
inputs.nixpkgs.follows = "nixpkgs";
};
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
sops-nix = {
url = "github:Mic92/sops-nix";
@ -14,6 +10,13 @@
impermanence = {
url = "github:nix-community/impermanence";
};
# We need this dependency for generating the nix build files for
# the alias-to-sieve program. We can do without this if we
# would generate it by hand and version it. See ./packages/flake-module.nix
crate2nix = {
url = "github:nix-community/crate2nix";
inputs.nixpkgs.follows = "nixpkgs";
};
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs = {