]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/opendmarc/flake.nix
Remove libspf2 flake for stock one
[perso/Immae/Config/Nix.git] / flakes / private / opendmarc / flake.nix
index 3d500a29212a136f4b664834da97db2c4eeb022c..ae96c30721f01adff1227ac220734c625032ebbf 100644 (file)
@@ -5,11 +5,8 @@
   };
   inputs.nix-lib.url = "github:NixOS/nixpkgs";
 
-  # Necessary for dependencies
-  inputs.nixpkgs.follows = "opendmarc/nixpkgs";
-
   description = "Private configuration for opendmarc";
-  outputs = { self, nix-lib, opendmarc, nixpkgs }:
+  outputs = { self, nix-lib, opendmarc }:
     let
       cfg = name': { config, lib, pkgs, name, ... }: lib.mkIf (name == name') {
         users.users."${config.services.opendmarc.user}".extraGroups = [ "keys" ];