added alias-to-sieve to this repository
This commit is contained in:
parent
ecc88b5539
commit
428788afe7
4 changed files with 835 additions and 63 deletions
11
flake.nix
11
flake.nix
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue