Move overlays to flake definition

This commit is contained in:
2023-09-03 01:39:26 +02:00
parent 0b31ff0edf
commit 5728c2c3f3
5 changed files with 14 additions and 25 deletions

View File

@@ -1,11 +0,0 @@
{ config, lib, pkgs, ... }:
with pkgs;
{
nixpkgs.overlays = [
(self: super: {
nix-direnv = super.nix-direnv.override { enableFlakes = true; };
})
];
}

View File

@@ -1,3 +0,0 @@
{ config, lib, pkgs, inputs, ... }: {
nixpkgs.overlays = [ (import "${inputs.openconnect-sso}/overlay.nix") ];
}