nix: update inputs
[sourcephile-nix.git] / nixpkgs / overlays / swaplist.nix
1 self: super: {
2 swaplist = super.callPackage ../pkgs/tools/system/swaplist {};
3 }